#124E72

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

Shades of Dark Cerulean #124E72

Tints of Dark Cerulean #124E72

Color information

#124E72 (or 0x124E72) is unknown color: approx Dark Cerulean. HEX triplet: 12, 4E and 72. RGB value is (18,78,114). Sum of RGB (Red+Green+Blue) = 18+78+114=210 (27% of max value = 765). Red value is 18 (7.42% from 255 or 8.57% from 210); Green value is 78 (30.86% from 255 or 37.14% from 210); Blue value is 114 (44.92% from 255 or 54.29% from 210); Max value from RGB is 114 - color contains mainly: blue. Hex color #124E72 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #124E72 is #EDB18D. Grayscale: #3F3F3F. Windows color (decimal): -15577486 or 7491090. OLE color: 7491090.

HSL color Cylindrical-coordinate representation of color #124E72: hue angle of 202.5º degrees, saturation: 0.73, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #124E72 is Cyan = 0.84, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB1878114-
CMYK0.840.3200.55
HSL202.5º72.73%25.88%-
HSV(B)202.5º84.21%44.71%-
XYZ6.016.7916.91-
YUV64.16156.1295.07-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 8.57%
GREEN value IS 78 (30.86% from 255) = 37.14%
BLUE value IS 114 (44.92% from 255) = 54.29%
R=8.57%
G=37.14%
B=54.29%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal18781140.840.3200.55202.572.7325.88
Hex124E725420037ca491a
Octal221161621244006731211132
Binary10010100111011100101010100100000011011111001010100100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #124E72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #124E72; }

 p { color: rgb(18,78,114); }

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

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

 a { background-color: rgb(18,78,114); }

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

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

 span { border-color: rgb(18,78,114); }

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