Shades of Dark Cerulean #124C81
Tints of Dark Cerulean #124C81
RGB
CMYK
RGB Variations
Color information
#124C81 (or 0x124C81) is known color: Dark Cerulean. HEX triplet: 12, 4C and 81. RGB value is (18,76,129). Sum of RGB (Red+Green+Blue) = 18+76+129=223 (29% of max value = 765). Red value is 18 (7.42% from 255 or 8.07% from 223); Green value is 76 (30.08% from 255 or 34.08% from 223); Blue value is 129 (50.78% from 255 or 57.85% from 223); Max value from RGB is 129 - color contains mainly: blue. Hex color #124C81 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #124C81 is #EDB37E. Grayscale: #404040. Windows color (decimal): -15577983 or 8473618. OLE color: 8473618.
HSL color Cylindrical-coordinate representation of color #124C81: hue angle of 208.65º 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 #124C81 is Cyan = 0.86, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 18 | 76 | 129 | - |
| CMYK | 0.86 | 0.41 | 0 | 0.49 |
| HSL | 208.65º | 0.76% | 0.29% | - |
| HSV(B) | 208.65º | 0.86% | 0.51% | - |
| XYZ | 6.8 | 6.88 | 21.74 | - |
| YUV | 64.7 | 164.28 | 94.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 76 | 129 | 0.86 | 0.41 | 0 | 0.49 | 208.65 | 0.76 | 0.29 |
| Hex | 12 | 4C | 81 | 56 | 29 | 0 | 31 | D1 | 4C | 1D |
| Octal | 22 | 114 | 201 | 126 | 51 | 0 | 61 | 321 | 114 | 35 |
| Binary | 10010 | 1001100 | 10000001 | 1010110 | 101001 | 0 | 110001 | 11010001 | 1001100 | 11101 |
Color Harmonies of #124C81
Complementary color
Monochromatic Colors of #124C81
Black with #124C81
Text Example
Text Example
White with #124C81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #124C81; }
p { color: rgb(18,76,129); }
H1.HeaderClassName
{
color: #124C81;
}
.AnyTagClassName
{
color: #124C81;
}
</style>
background-color css
<style>
a { background-color: #124C81; }
a { background-color: rgb(18,76,129); }
div.DivClassName
{
background-color: #124C81;
}
.BgClassName
{
background-color: #124C81;
}
</style>
border-color css
<style>
span { border-color: #124C81; }
span { border-color: rgb(18,76,129); }
td.TdClassName
{
border-color: #124C81;
}
.TagClassName
{
border-color: #124C81;
}
</style>