Shades of Dark Cerulean #124891
Tints of Dark Cerulean #124891
RGB
CMYK
RGB Variations
Color information
#124891 (or 0x124891) is known color: Dark Cerulean. HEX triplet: 12, 48 and 91. RGB value is (18,72,145). Sum of RGB (Red+Green+Blue) = 18+72+145=235 (31% of max value = 765). Red value is 18 (7.42% from 255 or 7.66% from 235); Green value is 72 (28.52% from 255 or 30.64% from 235); Blue value is 145 (57.03% from 255 or 61.70% from 235); Max value from RGB is 145 - color contains mainly: blue. Hex color #124891 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #124891 is #EDB76E. Grayscale: #3F3F3F. Windows color (decimal): -15578991 or 9521170. OLE color: 9521170.
HSL color Cylindrical-coordinate representation of color #124891: hue angle of 214.49º degrees, saturation: 0.78, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #124891 is Cyan = 0.88, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 18 | 72 | 145 | - |
| CMYK | 0.88 | 0.50 | 0 | 0.43 |
| HSL | 214.49º | 0.78% | 0.32% | - |
| HSV(B) | 214.49º | 0.88% | 0.57% | - |
| XYZ | 7.68 | 6.81 | 27.7 | - |
| YUV | 64.18 | 173.61 | 95.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 72 | 145 | 0.88 | 0.50 | 0 | 0.43 | 214.49 | 0.78 | 0.32 |
| Hex | 12 | 48 | 91 | 58 | 32 | 0 | 2B | D6 | 4E | 20 |
| Octal | 22 | 110 | 221 | 130 | 62 | 0 | 53 | 326 | 116 | 40 |
| Binary | 10010 | 1001000 | 10010001 | 1011000 | 110010 | 0 | 101011 | 11010110 | 1001110 | 100000 |
Color Harmonies of #124891
Complementary color
Monochromatic Colors of #124891
Black with #124891
Text Example
Text Example
White with #124891
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #124891; }
p { color: rgb(18,72,145); }
H1.HeaderClassName
{
color: #124891;
}
.AnyTagClassName
{
color: #124891;
}
</style>
background-color css
<style>
a { background-color: #124891; }
a { background-color: rgb(18,72,145); }
div.DivClassName
{
background-color: #124891;
}
.BgClassName
{
background-color: #124891;
}
</style>
border-color css
<style>
span { border-color: #124891; }
span { border-color: rgb(18,72,145); }
td.TdClassName
{
border-color: #124891;
}
.TagClassName
{
border-color: #124891;
}
</style>