#12497C

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

Shades of Dark Cerulean #12497C

Tints of Dark Cerulean #12497C

Color information

#12497C (or 0x12497C) is unknown color: approx Dark Cerulean. HEX triplet: 12, 49 and 7C. RGB value is (18,73,124). Sum of RGB (Red+Green+Blue) = 18+73+124=215 (28% of max value = 765). Red value is 18 (7.42% from 255 or 8.37% from 215); Green value is 73 (28.91% from 255 or 33.95% from 215); Blue value is 124 (48.83% from 255 or 57.67% from 215); Max value from RGB is 124 - color contains mainly: blue. Hex color #12497C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #12497C is #EDB683. Grayscale: #3E3E3E. Windows color (decimal): -15578756 or 8145170. OLE color: 8145170.

HSL color Cylindrical-coordinate representation of color #12497C: hue angle of 208.87º 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 #12497C is Cyan = 0.85, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB1873124-
CMYK0.850.4100.51
HSL208.87º74.65%27.84%-
HSV(B)208.87º85.48%48.63%-
XYZ6.276.3519.96-
YUV62.37162.7896.35-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 8.37%
GREEN value IS 73 (28.91% from 255) = 33.95%
BLUE value IS 124 (48.83% from 255) = 57.67%
R=8.37%
G=33.95%
B=57.67%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal18731240.850.4100.51208.8774.6527.84
Hex12497C5529033d14b1c
Octal221111741255106332111334
Binary10010100100111111001010101101001011001111010001100101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12497C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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