Shades of Dark Cerulean #124D81
Tints of Dark Cerulean #124D81
RGB
CMYK
RGB Variations
Color information
#124D81 (or 0x124D81) is known color: Dark Cerulean. HEX triplet: 12, 4D and 81. RGB value is (18,77,129). Sum of RGB (Red+Green+Blue) = 18+77+129=224 (29% of max value = 765). Red value is 18 (7.42% from 255 or 8.04% from 224); Green value is 77 (30.47% from 255 or 34.38% from 224); Blue value is 129 (50.78% from 255 or 57.59% from 224); Max value from RGB is 129 - color contains mainly: blue. Hex color #124D81 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #124D81 is #EDB27E. Grayscale: #414141. Windows color (decimal): -15577727 or 8473874. OLE color: 8473874.
HSL color Cylindrical-coordinate representation of color #124D81: hue angle of 208.11º degrees, saturation: 0.76, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #124D81 is Cyan = 0.86, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 18 | 77 | 129 | - |
| CMYK | 0.86 | 0.40 | 0 | 0.49 |
| HSL | 208.11º | 0.76% | 0.29% | - |
| HSV(B) | 208.11º | 0.86% | 0.51% | - |
| XYZ | 6.87 | 7.02 | 21.76 | - |
| YUV | 65.29 | 163.95 | 94.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 77 | 129 | 0.86 | 0.40 | 0 | 0.49 | 208.11 | 0.76 | 0.29 |
| Hex | 12 | 4D | 81 | 56 | 28 | 0 | 31 | D0 | 4C | 1D |
| Octal | 22 | 115 | 201 | 126 | 50 | 0 | 61 | 320 | 114 | 35 |
| Binary | 10010 | 1001101 | 10000001 | 1010110 | 101000 | 0 | 110001 | 11010000 | 1001100 | 11101 |
Color Harmonies of #124D81
Complementary color
Monochromatic Colors of #124D81
Black with #124D81
Text Example
Text Example
White with #124D81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #124D81; }
p { color: rgb(18,77,129); }
H1.HeaderClassName
{
color: #124D81;
}
.AnyTagClassName
{
color: #124D81;
}
</style>
background-color css
<style>
a { background-color: #124D81; }
a { background-color: rgb(18,77,129); }
div.DivClassName
{
background-color: #124D81;
}
.BgClassName
{
background-color: #124D81;
}
</style>
border-color css
<style>
span { border-color: #124D81; }
span { border-color: rgb(18,77,129); }
td.TdClassName
{
border-color: #124D81;
}
.TagClassName
{
border-color: #124D81;
}
</style>