Shades of Dark Cerulean #124791
Tints of Dark Cerulean #124791
RGB
CMYK
RGB Variations
Color information
#124791 (or 0x124791) is known color: Dark Cerulean. HEX triplet: 12, 47 and 91. RGB value is (18,71,145). Sum of RGB (Red+Green+Blue) = 18+71+145=234 (30% of max value = 765). Red value is 18 (7.42% from 255 or 7.69% from 234); Green value is 71 (28.12% from 255 or 30.34% from 234); Blue value is 145 (57.03% from 255 or 61.97% from 234); Max value from RGB is 145 - color contains mainly: blue. Hex color #124791 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #124791 is #EDB86E. Grayscale: #3F3F3F. Windows color (decimal): -15579247 or 9520914. OLE color: 9520914.
HSL color Cylindrical-coordinate representation of color #124791: hue angle of 214.96º 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 #124791 is Cyan = 0.88, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 18 | 71 | 145 | - |
| CMYK | 0.88 | 0.51 | 0 | 0.43 |
| HSL | 214.96º | 0.78% | 0.32% | - |
| HSV(B) | 214.96º | 0.88% | 0.57% | - |
| XYZ | 7.61 | 6.68 | 27.68 | - |
| YUV | 63.59 | 173.94 | 95.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 71 | 145 | 0.88 | 0.51 | 0 | 0.43 | 214.96 | 0.78 | 0.32 |
| Hex | 12 | 47 | 91 | 58 | 33 | 0 | 2B | D7 | 4E | 20 |
| Octal | 22 | 107 | 221 | 130 | 63 | 0 | 53 | 327 | 116 | 40 |
| Binary | 10010 | 1000111 | 10010001 | 1011000 | 110011 | 0 | 101011 | 11010111 | 1001110 | 100000 |
Color Harmonies of #124791
Complementary color
Monochromatic Colors of #124791
Black with #124791
Text Example
Text Example
White with #124791
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #124791; }
p { color: rgb(18,71,145); }
H1.HeaderClassName
{
color: #124791;
}
.AnyTagClassName
{
color: #124791;
}
</style>
background-color css
<style>
a { background-color: #124791; }
a { background-color: rgb(18,71,145); }
div.DivClassName
{
background-color: #124791;
}
.BgClassName
{
background-color: #124791;
}
</style>
border-color css
<style>
span { border-color: #124791; }
span { border-color: rgb(18,71,145); }
td.TdClassName
{
border-color: #124791;
}
.TagClassName
{
border-color: #124791;
}
</style>