#13476B

Color #13476B Dark Cerulean (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Cerulean #13476B

Tints of Dark Cerulean #13476B

Color information

#13476B (or 0x13476B) is unknown color: approx Dark Cerulean. HEX triplet: 13, 47 and 6B. RGB value is (19,71,107). Sum of RGB (Red+Green+Blue) = 19+71+107=197 (26% of max value = 765). Red value is 19 (7.81% from 255 or 9.64% from 197); Green value is 71 (28.12% from 255 or 36.04% from 197); Blue value is 107 (42.19% from 255 or 54.31% from 197); Max value from RGB is 107 - color contains mainly: blue. Hex color #13476B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #13476B is #ECB894. Grayscale: #3B3B3B. Windows color (decimal): -15513749 or 7030547. OLE color: 7030547.

HSL color Cylindrical-coordinate representation of color #13476B: hue angle of 204.55º degrees, saturation: 0.7, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #13476B is Cyan = 0.82, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB1971107-
CMYK0.820.3400.58
HSL204.55º69.84%24.71%-
HSV(B)204.55º82.24%41.96%-
XYZ5.185.7114.74-
YUV59.56154.7799.07-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 9.64%
GREEN value IS 71 (28.12% from 255) = 36.04%
BLUE value IS 107 (42.19% from 255) = 54.31%
R=9.64%
G=36.04%
B=54.31%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal19711070.820.3400.58204.5569.8424.71
Hex13476B522203Acd4619
Octal231071531224207231510631
Binary10011100011111010111010010100010011101011001101100011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13476B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #13476B; }

 p { color: rgb(19,71,107); }

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

<style>
 a { background-color: #13476B; }

 a { background-color: rgb(19,71,107); }

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

<style>
 span { border-color: #13476B; }

 span { border-color: rgb(19,71,107); }

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