#124E70

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

Shades of Dark Cerulean #124E70

Tints of Dark Cerulean #124E70

Color information

#124E70 (or 0x124E70) is unknown color: approx Dark Cerulean. HEX triplet: 12, 4E and 70. RGB value is (18,78,112). Sum of RGB (Red+Green+Blue) = 18+78+112=208 (27% of max value = 765). Red value is 18 (7.42% from 255 or 8.65% from 208); Green value is 78 (30.86% from 255 or 37.5% from 208); Blue value is 112 (44.14% from 255 or 53.85% from 208); Max value from RGB is 112 - color contains mainly: blue. Hex color #124E70 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #124E70 is #EDB18F. Grayscale: #3F3F3F. Windows color (decimal): -15577488 or 7360018. OLE color: 7360018.

HSL color Cylindrical-coordinate representation of color #124E70: hue angle of 201.7º degrees, saturation: 0.72, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #124E70 is Cyan = 0.84, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB1878112-
CMYK0.840.3000.56
HSL201.7º72.31%25.49%-
HSV(B)201.7º83.93%43.92%-
XYZ5.96.7516.32-
YUV63.94155.1295.24-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 8.65%
GREEN value IS 78 (30.86% from 255) = 37.5%
BLUE value IS 112 (44.14% from 255) = 53.85%
R=8.65%
G=37.5%
B=53.85%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal18781120.840.3000.56201.772.3125.49
Hex124E70541E038ca4819
Octal221161601243607031211031
Binary1001010011101110000101010011110011100011001010100100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #124E70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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