#12486C

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

Shades of Dark Cerulean #12486C

Tints of Dark Cerulean #12486C

Color information

#12486C (or 0x12486C) is unknown color: approx Dark Cerulean. HEX triplet: 12, 48 and 6C. RGB value is (18,72,108). Sum of RGB (Red+Green+Blue) = 18+72+108=198 (26% of max value = 765). Red value is 18 (7.42% from 255 or 9.09% from 198); Green value is 72 (28.52% from 255 or 36.36% from 198); Blue value is 108 (42.58% from 255 or 54.55% from 198); Max value from RGB is 108 - color contains mainly: blue. Hex color #12486C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #12486C is #EDB793. Grayscale: #3B3B3B. Windows color (decimal): -15579028 or 7096338. OLE color: 7096338.

HSL color Cylindrical-coordinate representation of color #12486C: hue angle of 204º degrees, saturation: 0.71, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #12486C is Cyan = 0.83, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB1872108-
CMYK0.830.3300.58
HSL204º71.43%24.71%-
HSV(B)204º83.33%42.35%-
XYZ5.275.8515.04-
YUV59.96155.1198.07-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 9.09%
GREEN value IS 72 (28.52% from 255) = 36.36%
BLUE value IS 108 (42.58% from 255) = 54.55%
R=9.09%
G=36.36%
B=54.55%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal18721080.830.3300.5820471.4324.71
Hex12486C532103Acc4719
Octal221101541234107231410731
Binary10010100100011011001010011100001011101011001100100011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12486C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(18,72,108); }

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

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

 a { background-color: rgb(18,72,108); }

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

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

 span { border-color: rgb(18,72,108); }

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