#13819D

Color #13819D Eastern Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Eastern Blue #13819D

Tints of Eastern Blue #13819D

Color information

#13819D (or 0x13819D) is unknown color: approx Eastern Blue. HEX triplet: 13, 81 and 9D. RGB value is (19,129,157). Sum of RGB (Red+Green+Blue) = 19+129+157=305 (40% of max value = 765). Red value is 19 (7.81% from 255 or 6.23% from 305); Green value is 129 (50.78% from 255 or 42.30% from 305); Blue value is 157 (61.72% from 255 or 51.48% from 305); Max value from RGB is 157 - color contains mainly: blue. Hex color #13819D is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #13819D is #EC7E62. Grayscale: #636363. Windows color (decimal): -15498851 or 10322195. OLE color: 10322195.

HSL color Cylindrical-coordinate representation of color #13819D: hue angle of 192.17º degrees, saturation: 0.78, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #13819D is Cyan = 0.88, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB19129157-
CMYK0.880.1800.38
HSL192.17º78.41%34.51%-
HSV(B)192.17º87.9%61.57%-
XYZ14.218.2734.68-
YUV99.3160.5670.72-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 19 (7.81% from 255) = 6.23%
GREEN value IS 129 (50.78% from 255) = 42.30%
BLUE value IS 157 (61.72% from 255) = 51.48%
R=6.23%
G=42.30%
B=51.48%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal191291570.880.1800.38192.1778.4134.51
Hex13819D5812026c04e23
Octal232012351302204630011643
Binary1001110000001100111011011000100100100110110000001001110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13819D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #13819D; }

 p { color: rgb(19,129,157); }

 H1.HeaderClassName
 {
   color: #13819D;
 }
 .AnyTagClassName
 {
   color: #13819D;
 }
</style>
background-color css

<style>
 a { background-color: #13819D; }

 a { background-color: rgb(19,129,157); }

 div.DivClassName
 {
   background-color: #13819D;
 }
 .BgClassName
 {
   background-color: #13819D;
 }
</style>
border-color css

<style>
 span { border-color: #13819D; }

 span { border-color: rgb(19,129,157); }

 td.TdClassName
 {
   border-color: #13819D;
 }
 .TagClassName
 {
   border-color: #13819D;
 }
</style>