Shades of Dark Cerulean #124D84
Tints of Dark Cerulean #124D84
RGB
CMYK
RGB Variations
Color information
#124D84 (or 0x124D84) is known color: Dark Cerulean. HEX triplet: 12, 4D and 84. RGB value is (18,77,132). Sum of RGB (Red+Green+Blue) = 18+77+132=227 (30% of max value = 765). Red value is 18 (7.42% from 255 or 7.93% from 227); Green value is 77 (30.47% from 255 or 33.92% from 227); Blue value is 132 (51.95% from 255 or 58.15% from 227); Max value from RGB is 132 - color contains mainly: blue. Hex color #124D84 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #124D84 is #EDB27B. Grayscale: #414141. Windows color (decimal): -15577724 or 8670482. OLE color: 8670482.
HSL color Cylindrical-coordinate representation of color #124D84: hue angle of 208.95º degrees, saturation: 0.76, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #124D84 is Cyan = 0.86, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 18 | 77 | 132 | - |
| CMYK | 0.86 | 0.42 | 0 | 0.48 |
| HSL | 208.95º | 0.76% | 0.29% | - |
| HSV(B) | 208.95º | 0.86% | 0.52% | - |
| XYZ | 7.07 | 7.1 | 22.83 | - |
| YUV | 65.63 | 165.45 | 94.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 77 | 132 | 0.86 | 0.42 | 0 | 0.48 | 208.95 | 0.76 | 0.29 |
| Hex | 12 | 4D | 84 | 56 | 2A | 0 | 30 | D1 | 4C | 1D |
| Octal | 22 | 115 | 204 | 126 | 52 | 0 | 60 | 321 | 114 | 35 |
| Binary | 10010 | 1001101 | 10000100 | 1010110 | 101010 | 0 | 110000 | 11010001 | 1001100 | 11101 |
Color Harmonies of #124D84
Complementary color
Monochromatic Colors of #124D84
Black with #124D84
Text Example
Text Example
White with #124D84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #124D84; }
p { color: rgb(18,77,132); }
H1.HeaderClassName
{
color: #124D84;
}
.AnyTagClassName
{
color: #124D84;
}
</style>
background-color css
<style>
a { background-color: #124D84; }
a { background-color: rgb(18,77,132); }
div.DivClassName
{
background-color: #124D84;
}
.BgClassName
{
background-color: #124D84;
}
</style>
border-color css
<style>
span { border-color: #124D84; }
span { border-color: rgb(18,77,132); }
td.TdClassName
{
border-color: #124D84;
}
.TagClassName
{
border-color: #124D84;
}
</style>