Shades of Dark Cerulean #124690
Tints of Dark Cerulean #124690
RGB
CMYK
RGB Variations
Color information
#124690 (or 0x124690) is known color: Dark Cerulean. HEX triplet: 12, 46 and 90. RGB value is (18,70,144). Sum of RGB (Red+Green+Blue) = 18+70+144=232 (30% of max value = 765). Red value is 18 (7.42% from 255 or 7.76% from 232); Green value is 70 (27.73% from 255 or 30.17% from 232); Blue value is 144 (56.64% from 255 or 62.07% from 232); Max value from RGB is 144 - color contains mainly: blue. Hex color #124690 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #124690 is #EDB96F. Grayscale: #3E3E3E. Windows color (decimal): -15579504 or 9455122. OLE color: 9455122.
HSL color Cylindrical-coordinate representation of color #124690: hue angle of 215.24º 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 #124690 is Cyan = 0.88, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 18 | 70 | 144 | - |
| CMYK | 0.88 | 0.51 | 0 | 0.44 |
| HSL | 215.24º | 0.78% | 0.32% | - |
| HSV(B) | 215.24º | 0.88% | 0.56% | - |
| XYZ | 7.47 | 6.52 | 27.25 | - |
| YUV | 62.89 | 173.77 | 95.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 70 | 144 | 0.88 | 0.51 | 0 | 0.44 | 215.24 | 0.78 | 0.32 |
| Hex | 12 | 46 | 90 | 58 | 33 | 0 | 2C | D7 | 4E | 20 |
| Octal | 22 | 106 | 220 | 130 | 63 | 0 | 54 | 327 | 116 | 40 |
| Binary | 10010 | 1000110 | 10010000 | 1011000 | 110011 | 0 | 101100 | 11010111 | 1001110 | 100000 |
Color Harmonies of #124690
Complementary color
Monochromatic Colors of #124690
Black with #124690
Text Example
Text Example
White with #124690
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #124690; }
p { color: rgb(18,70,144); }
H1.HeaderClassName
{
color: #124690;
}
.AnyTagClassName
{
color: #124690;
}
</style>
background-color css
<style>
a { background-color: #124690; }
a { background-color: rgb(18,70,144); }
div.DivClassName
{
background-color: #124690;
}
.BgClassName
{
background-color: #124690;
}
</style>
border-color css
<style>
span { border-color: #124690; }
span { border-color: rgb(18,70,144); }
td.TdClassName
{
border-color: #124690;
}
.TagClassName
{
border-color: #124690;
}
</style>