#12427F

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

Shades of Dark Cerulean #12427F

Tints of Dark Cerulean #12427F

Color information

#12427F (or 0x12427F) is unknown color: approx Dark Cerulean. HEX triplet: 12, 42 and 7F. RGB value is (18,66,127). Sum of RGB (Red+Green+Blue) = 18+66+127=211 (27% of max value = 765). Red value is 18 (7.42% from 255 or 8.53% from 211); Green value is 66 (26.17% from 255 or 31.28% from 211); Blue value is 127 (50% from 255 or 60.19% from 211); Max value from RGB is 127 - color contains mainly: blue. Hex color #12427F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #12427F is #EDBD80. Grayscale: #3A3A3A. Windows color (decimal): -15580545 or 8339986. OLE color: 8339986.

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

Color convert

RGB1866127-
CMYK0.860.4800.50
HSL213.58º75.17%28.43%-
HSV(B)213.58º85.83%49.8%-
XYZ6.035.5620.83-
YUV58.6166.699.04-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 8.53%
GREEN value IS 66 (26.17% from 255) = 31.28%
BLUE value IS 127 (50% from 255) = 60.19%
R=8.53%
G=31.28%
B=60.19%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal18661270.860.4800.50213.5875.1728.43
Hex12427F5630032d64b1c
Octal221021771266006232611334
Binary10010100001011111111010110110000011001011010110100101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12427F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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