#124D76

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

Shades of Dark Cerulean #124D76

Tints of Dark Cerulean #124D76

Color information

#124D76 (or 0x124D76) is unknown color: approx Dark Cerulean. HEX triplet: 12, 4D and 76. RGB value is (18,77,118). Sum of RGB (Red+Green+Blue) = 18+77+118=213 (28% of max value = 765). Red value is 18 (7.42% from 255 or 8.45% from 213); Green value is 77 (30.47% from 255 or 36.15% from 213); Blue value is 118 (46.48% from 255 or 55.40% from 213); Max value from RGB is 118 - color contains mainly: blue. Hex color #124D76 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #124D76 is #EDB289. Grayscale: #3F3F3F. Windows color (decimal): -15577738 or 7752978. OLE color: 7752978.

HSL color Cylindrical-coordinate representation of color #124D76: hue angle of 204.6º 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 #124D76 is Cyan = 0.85, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB1877118-
CMYK0.850.3500.54
HSL204.6º73.53%26.67%-
HSV(B)204.6º84.75%46.27%-
XYZ6.176.7418.12-
YUV64.03158.4595.17-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 8.45%
GREEN value IS 77 (30.47% from 255) = 36.15%
BLUE value IS 118 (46.48% from 255) = 55.40%
R=8.45%
G=36.15%
B=55.40%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal18771180.850.3500.54204.673.5326.67
Hex124D765523036cd4a1b
Octal221151661254306631511233
Binary10010100110111101101010101100011011011011001101100101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #124D76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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