Shades of Dark Cerulean #124881
Tints of Dark Cerulean #124881
RGB
CMYK
RGB Variations
Color information
#124881 (or 0x124881) is known color: Dark Cerulean. HEX triplet: 12, 48 and 81. RGB value is (18,72,129). Sum of RGB (Red+Green+Blue) = 18+72+129=219 (29% of max value = 765). Red value is 18 (7.42% from 255 or 8.22% from 219); Green value is 72 (28.52% from 255 or 32.88% from 219); Blue value is 129 (50.78% from 255 or 58.90% from 219); Max value from RGB is 129 - color contains mainly: blue. Hex color #124881 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #124881 is #EDB77E. Grayscale: #3E3E3E. Windows color (decimal): -15579007 or 8472594. OLE color: 8472594.
HSL color Cylindrical-coordinate representation of color #124881: hue angle of 210.81º 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 #124881 is Cyan = 0.86, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 18 | 72 | 129 | - |
| CMYK | 0.86 | 0.44 | 0 | 0.49 |
| HSL | 210.81º | 0.76% | 0.29% | - |
| HSV(B) | 210.81º | 0.86% | 0.51% | - |
| XYZ | 6.53 | 6.35 | 21.65 | - |
| YUV | 62.35 | 165.61 | 96.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 72 | 129 | 0.86 | 0.44 | 0 | 0.49 | 210.81 | 0.76 | 0.29 |
| Hex | 12 | 48 | 81 | 56 | 2C | 0 | 31 | D3 | 4C | 1D |
| Octal | 22 | 110 | 201 | 126 | 54 | 0 | 61 | 323 | 114 | 35 |
| Binary | 10010 | 1001000 | 10000001 | 1010110 | 101100 | 0 | 110001 | 11010011 | 1001100 | 11101 |
Color Harmonies of #124881
Complementary color
Monochromatic Colors of #124881
Black with #124881
Text Example
Text Example
White with #124881
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #124881; }
p { color: rgb(18,72,129); }
H1.HeaderClassName
{
color: #124881;
}
.AnyTagClassName
{
color: #124881;
}
</style>
background-color css
<style>
a { background-color: #124881; }
a { background-color: rgb(18,72,129); }
div.DivClassName
{
background-color: #124881;
}
.BgClassName
{
background-color: #124881;
}
</style>
border-color css
<style>
span { border-color: #124881; }
span { border-color: rgb(18,72,129); }
td.TdClassName
{
border-color: #124881;
}
.TagClassName
{
border-color: #124881;
}
</style>