Shades of Dark Cerulean #124490
Tints of Dark Cerulean #124490
RGB
CMYK
RGB Variations
Color information
#124490 (or 0x124490) is known color: Dark Cerulean. HEX triplet: 12, 44 and 90. RGB value is (18,68,144). Sum of RGB (Red+Green+Blue) = 18+68+144=230 (30% of max value = 765). Red value is 18 (7.42% from 255 or 7.83% from 230); Green value is 68 (26.95% from 255 or 29.57% from 230); Blue value is 144 (56.64% from 255 or 62.61% from 230); Max value from RGB is 144 - color contains mainly: blue. Hex color #124490 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #124490 is #EDBB6F. Grayscale: #3D3D3D. Windows color (decimal): -15580016 or 9454610. OLE color: 9454610.
HSL color Cylindrical-coordinate representation of color #124490: hue angle of 216.19º 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 #124490 is Cyan = 0.88, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 18 | 68 | 144 | - |
| CMYK | 0.88 | 0.53 | 0 | 0.44 |
| HSL | 216.19º | 0.78% | 0.32% | - |
| HSV(B) | 216.19º | 0.88% | 0.56% | - |
| XYZ | 7.35 | 6.28 | 27.21 | - |
| YUV | 61.71 | 174.44 | 96.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 68 | 144 | 0.88 | 0.53 | 0 | 0.44 | 216.19 | 0.78 | 0.32 |
| Hex | 12 | 44 | 90 | 58 | 35 | 0 | 2C | D8 | 4E | 20 |
| Octal | 22 | 104 | 220 | 130 | 65 | 0 | 54 | 330 | 116 | 40 |
| Binary | 10010 | 1000100 | 10010000 | 1011000 | 110101 | 0 | 101100 | 11011000 | 1001110 | 100000 |
Color Harmonies of #124490
Complementary color
Monochromatic Colors of #124490
Black with #124490
Text Example
Text Example
White with #124490
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #124490; }
p { color: rgb(18,68,144); }
H1.HeaderClassName
{
color: #124490;
}
.AnyTagClassName
{
color: #124490;
}
</style>
background-color css
<style>
a { background-color: #124490; }
a { background-color: rgb(18,68,144); }
div.DivClassName
{
background-color: #124490;
}
.BgClassName
{
background-color: #124490;
}
</style>
border-color css
<style>
span { border-color: #124490; }
span { border-color: rgb(18,68,144); }
td.TdClassName
{
border-color: #124490;
}
.TagClassName
{
border-color: #124490;
}
</style>