Shades of Dark Cerulean #124590
Tints of Dark Cerulean #124590
RGB
CMYK
RGB Variations
Color information
#124590 (or 0x124590) is known color: Dark Cerulean. HEX triplet: 12, 45 and 90. RGB value is (18,69,144). Sum of RGB (Red+Green+Blue) = 18+69+144=231 (30% of max value = 765). Red value is 18 (7.42% from 255 or 7.79% from 231); Green value is 69 (27.34% from 255 or 29.87% from 231); Blue value is 144 (56.64% from 255 or 62.34% from 231); Max value from RGB is 144 - color contains mainly: blue. Hex color #124590 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #124590 is #EDBA6F. Grayscale: #3D3D3D. Windows color (decimal): -15579760 or 9454866. OLE color: 9454866.
HSL color Cylindrical-coordinate representation of color #124590: hue angle of 215.71º degrees, saturation: 0.78, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #124590 is Cyan = 0.88, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 18 | 69 | 144 | - |
| CMYK | 0.88 | 0.52 | 0 | 0.44 |
| HSL | 215.71º | 0.78% | 0.32% | - |
| HSV(B) | 215.71º | 0.88% | 0.56% | - |
| XYZ | 7.41 | 6.4 | 27.23 | - |
| YUV | 62.3 | 174.1 | 96.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 69 | 144 | 0.88 | 0.52 | 0 | 0.44 | 215.71 | 0.78 | 0.32 |
| Hex | 12 | 45 | 90 | 58 | 34 | 0 | 2C | D8 | 4E | 20 |
| Octal | 22 | 105 | 220 | 130 | 64 | 0 | 54 | 330 | 116 | 40 |
| Binary | 10010 | 1000101 | 10010000 | 1011000 | 110100 | 0 | 101100 | 11011000 | 1001110 | 100000 |
Color Harmonies of #124590
Complementary color
Monochromatic Colors of #124590
Black with #124590
Text Example
Text Example
White with #124590
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #124590; }
p { color: rgb(18,69,144); }
H1.HeaderClassName
{
color: #124590;
}
.AnyTagClassName
{
color: #124590;
}
</style>
background-color css
<style>
a { background-color: #124590; }
a { background-color: rgb(18,69,144); }
div.DivClassName
{
background-color: #124590;
}
.BgClassName
{
background-color: #124590;
}
</style>
border-color css
<style>
span { border-color: #124590; }
span { border-color: rgb(18,69,144); }
td.TdClassName
{
border-color: #124590;
}
.TagClassName
{
border-color: #124590;
}
</style>