#124576

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

Shades of Dark Cerulean #124576

Tints of Dark Cerulean #124576

Color information

#124576 (or 0x124576) is unknown color: approx Dark Cerulean. HEX triplet: 12, 45 and 76. RGB value is (18,69,118). Sum of RGB (Red+Green+Blue) = 18+69+118=205 (27% of max value = 765). Red value is 18 (7.42% from 255 or 8.78% from 205); Green value is 69 (27.34% from 255 or 33.66% from 205); Blue value is 118 (46.48% from 255 or 57.56% from 205); Max value from RGB is 118 - color contains mainly: blue. Hex color #124576 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #124576 is #EDBA89. Grayscale: #3B3B3B. Windows color (decimal): -15579786 or 7750930. OLE color: 7750930.

HSL color Cylindrical-coordinate representation of color #124576: hue angle of 209.4º degrees, saturation: 0.74, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #124576 is Cyan = 0.85, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB1869118-
CMYK0.850.4200.54
HSL209.4º73.53%26.67%-
HSV(B)209.4º84.75%46.27%-
XYZ5.655.6917.94-
YUV59.34161.198.52-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 8.78%
GREEN value IS 69 (27.34% from 255) = 33.66%
BLUE value IS 118 (46.48% from 255) = 57.56%
R=8.78%
G=33.66%
B=57.56%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal18691180.850.4200.54209.473.5326.67
Hex124576552A036d14a1b
Octal221051661255206632111233
Binary10010100010111101101010101101010011011011010001100101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #124576

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #124576; }

 p { color: rgb(18,69,118); }

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

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

 a { background-color: rgb(18,69,118); }

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

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

 span { border-color: rgb(18,69,118); }

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