#12437C

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

Shades of Dark Cerulean #12437C

Tints of Dark Cerulean #12437C

Color information

#12437C (or 0x12437C) is unknown color: approx Dark Cerulean. HEX triplet: 12, 43 and 7C. RGB value is (18,67,124). Sum of RGB (Red+Green+Blue) = 18+67+124=209 (27% of max value = 765). Red value is 18 (7.42% from 255 or 8.61% from 209); Green value is 67 (26.56% from 255 or 32.06% from 209); Blue value is 124 (48.83% from 255 or 59.33% from 209); Max value from RGB is 124 - color contains mainly: blue. Hex color #12437C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #12437C is #EDBC83. Grayscale: #3A3A3A. Windows color (decimal): -15580292 or 8143634. OLE color: 8143634.

HSL color Cylindrical-coordinate representation of color #12437C: hue angle of 212.26º degrees, saturation: 0.75, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #12437C is Cyan = 0.85, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB1867124-
CMYK0.850.4600.51
HSL212.26º74.65%27.84%-
HSV(B)212.26º85.48%48.63%-
XYZ5.895.619.84-
YUV58.85164.7798.87-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 8.61%
GREEN value IS 67 (26.56% from 255) = 32.06%
BLUE value IS 124 (48.83% from 255) = 59.33%
R=8.61%
G=32.06%
B=59.33%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal18671240.850.4600.51212.2674.6527.84
Hex12437C552E033d44b1c
Octal221031741255606332411334
Binary10010100001111111001010101101110011001111010100100101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12437C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #12437C; }

 p { color: rgb(18,67,124); }

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

<style>
 a { background-color: #12437C; }

 a { background-color: rgb(18,67,124); }

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

<style>
 span { border-color: #12437C; }

 span { border-color: rgb(18,67,124); }

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