#12446C

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

Shades of Dark Cerulean #12446C

Tints of Dark Cerulean #12446C

Color information

#12446C (or 0x12446C) is unknown color: approx Dark Cerulean. HEX triplet: 12, 44 and 6C. RGB value is (18,68,108). Sum of RGB (Red+Green+Blue) = 18+68+108=194 (25% of max value = 765). Red value is 18 (7.42% from 255 or 9.28% from 194); Green value is 68 (26.95% from 255 or 35.05% from 194); Blue value is 108 (42.58% from 255 or 55.67% from 194); Max value from RGB is 108 - color contains mainly: blue. Hex color #12446C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #12446C is #EDBB93. Grayscale: #393939. Windows color (decimal): -15580052 or 7095314. OLE color: 7095314.

HSL color Cylindrical-coordinate representation of color #12446C: hue angle of 206.67º 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 #12446C is Cyan = 0.83, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB1868108-
CMYK0.830.3700.58
HSL206.67º71.43%24.71%-
HSV(B)206.67º83.33%42.35%-
XYZ5.025.3514.95-
YUV57.61156.4499.75-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 9.28%
GREEN value IS 68 (26.95% from 255) = 35.05%
BLUE value IS 108 (42.58% from 255) = 55.67%
R=9.28%
G=35.05%
B=55.67%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal18681080.830.3700.58206.6771.4324.71
Hex12446C532503Acf4719
Octal221041541234507231710731
Binary10010100010011011001010011100101011101011001111100011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12446C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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