Shades of Dark Cerulean #124390
Tints of Dark Cerulean #124390
RGB
CMYK
RGB Variations
Color information
#124390 (or 0x124390) is known color: Dark Cerulean. HEX triplet: 12, 43 and 90. RGB value is (18,67,144). Sum of RGB (Red+Green+Blue) = 18+67+144=229 (30% of max value = 765). Red value is 18 (7.42% from 255 or 7.86% from 229); Green value is 67 (26.56% from 255 or 29.26% from 229); Blue value is 144 (56.64% from 255 or 62.88% from 229); Max value from RGB is 144 - color contains mainly: blue. Hex color #124390 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #124390 is #EDBC6F. Grayscale: #3C3C3C. Windows color (decimal): -15580272 or 9454354. OLE color: 9454354.
HSL color Cylindrical-coordinate representation of color #124390: hue angle of 216.67º 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 #124390 is Cyan = 0.88, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 18 | 67 | 144 | - |
| CMYK | 0.88 | 0.53 | 0 | 0.44 |
| HSL | 216.67º | 0.78% | 0.32% | - |
| HSV(B) | 216.67º | 0.88% | 0.56% | - |
| XYZ | 7.29 | 6.16 | 27.19 | - |
| YUV | 61.13 | 174.77 | 97.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 67 | 144 | 0.88 | 0.53 | 0 | 0.44 | 216.67 | 0.78 | 0.32 |
| Hex | 12 | 43 | 90 | 58 | 35 | 0 | 2C | D9 | 4E | 20 |
| Octal | 22 | 103 | 220 | 130 | 65 | 0 | 54 | 331 | 116 | 40 |
| Binary | 10010 | 1000011 | 10010000 | 1011000 | 110101 | 0 | 101100 | 11011001 | 1001110 | 100000 |
Color Harmonies of #124390
Complementary color
Monochromatic Colors of #124390
Black with #124390
Text Example
Text Example
White with #124390
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #124390; }
p { color: rgb(18,67,144); }
H1.HeaderClassName
{
color: #124390;
}
.AnyTagClassName
{
color: #124390;
}
</style>
background-color css
<style>
a { background-color: #124390; }
a { background-color: rgb(18,67,144); }
div.DivClassName
{
background-color: #124390;
}
.BgClassName
{
background-color: #124390;
}
</style>
border-color css
<style>
span { border-color: #124390; }
span { border-color: rgb(18,67,144); }
td.TdClassName
{
border-color: #124390;
}
.TagClassName
{
border-color: #124390;
}
</style>