#124D6C

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

Shades of Dark Cerulean #124D6C

Tints of Dark Cerulean #124D6C

Color information

#124D6C (or 0x124D6C) is unknown color: approx Dark Cerulean. HEX triplet: 12, 4D and 6C. RGB value is (18,77,108). Sum of RGB (Red+Green+Blue) = 18+77+108=203 (26% of max value = 765). Red value is 18 (7.42% from 255 or 8.87% from 203); Green value is 77 (30.47% from 255 or 37.93% from 203); Blue value is 108 (42.58% from 255 or 53.20% from 203); Max value from RGB is 108 - color contains mainly: blue. Hex color #124D6C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #124D6C is #EDB293. Grayscale: #3E3E3E. Windows color (decimal): -15577748 or 7097618. OLE color: 7097618.

HSL color Cylindrical-coordinate representation of color #124D6C: hue angle of 200.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 #124D6C is Cyan = 0.83, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB1877108-
CMYK0.830.2900.58
HSL200.67º71.43%24.71%-
HSV(B)200.67º83.33%42.35%-
XYZ5.616.5215.15-
YUV62.89153.4595.98-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 8.87%
GREEN value IS 77 (30.47% from 255) = 37.93%
BLUE value IS 108 (42.58% from 255) = 53.20%
R=8.87%
G=37.93%
B=53.20%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal18771080.830.2900.58200.6771.4324.71
Hex124D6C531D03Ac94719
Octal221151541233507231110731
Binary1001010011011101100101001111101011101011001001100011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #124D6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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