#12437B

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

Shades of Dark Cerulean #12437B

Tints of Dark Cerulean #12437B

Color information

#12437B (or 0x12437B) is unknown color: approx Dark Cerulean. HEX triplet: 12, 43 and 7B. RGB value is (18,67,123). Sum of RGB (Red+Green+Blue) = 18+67+123=208 (27% of max value = 765). Red value is 18 (7.42% from 255 or 8.65% from 208); Green value is 67 (26.56% from 255 or 32.21% from 208); Blue value is 123 (48.44% from 255 or 59.13% from 208); Max value from RGB is 123 - color contains mainly: blue. Hex color #12437B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #12437B is #EDBC84. Grayscale: #3A3A3A. Windows color (decimal): -15580293 or 8078098. OLE color: 8078098.

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

Color convert

RGB1867123-
CMYK0.850.4600.52
HSL212º74.47%27.65%-
HSV(B)212º85.37%48.24%-
XYZ5.835.5719.51-
YUV58.73164.2798.95-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 8.65%
GREEN value IS 67 (26.56% from 255) = 32.21%
BLUE value IS 123 (48.44% from 255) = 59.13%
R=8.65%
G=32.21%
B=59.13%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal18671230.850.4600.5221274.4727.65
Hex12437B552E034d44a1c
Octal221031731255606432411234
Binary10010100001111110111010101101110011010011010100100101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12437B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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