#13427F

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

Shades of Dark Cerulean #13427F

Tints of Dark Cerulean #13427F

Color information

#13427F (or 0x13427F) is unknown color: approx Dark Cerulean. HEX triplet: 13, 42 and 7F. RGB value is (19,66,127). Sum of RGB (Red+Green+Blue) = 19+66+127=212 (28% of max value = 765). Red value is 19 (7.81% from 255 or 8.96% from 212); Green value is 66 (26.17% from 255 or 31.13% from 212); Blue value is 127 (50% from 255 or 59.91% from 212); Max value from RGB is 127 - color contains mainly: blue. Hex color #13427F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #13427F is #ECBD80. Grayscale: #3A3A3A. Windows color (decimal): -15515009 or 8339987. OLE color: 8339987.

HSL color Cylindrical-coordinate representation of color #13427F: hue angle of 213.89º degrees, saturation: 0.74, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #13427F is Cyan = 0.85, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB1966127-
CMYK0.850.4800.50
HSL213.89º73.97%28.63%-
HSV(B)213.89º85.04%49.8%-
XYZ6.055.5720.83-
YUV58.9166.4399.54-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 8.96%
GREEN value IS 66 (26.17% from 255) = 31.13%
BLUE value IS 127 (50% from 255) = 59.91%
R=8.96%
G=31.13%
B=59.91%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal19661270.850.4800.50213.8973.9728.63
Hex13427F5530032d64a1d
Octal231021771256006232611235
Binary10011100001011111111010101110000011001011010110100101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13427F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #13427F; }

 p { color: rgb(19,66,127); }

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

<style>
 a { background-color: #13427F; }

 a { background-color: rgb(19,66,127); }

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

<style>
 span { border-color: #13427F; }

 span { border-color: rgb(19,66,127); }

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