Shades of Dark Cerulean #124790
Tints of Dark Cerulean #124790
RGB
CMYK
RGB Variations
Color information
#124790 (or 0x124790) is known color: Dark Cerulean. HEX triplet: 12, 47 and 90. RGB value is (18,71,144). Sum of RGB (Red+Green+Blue) = 18+71+144=233 (30% of max value = 765). Red value is 18 (7.42% from 255 or 7.73% from 233); Green value is 71 (28.12% from 255 or 30.47% from 233); Blue value is 144 (56.64% from 255 or 61.80% from 233); Max value from RGB is 144 - color contains mainly: blue. Hex color #124790 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #124790 is #EDB86F. Grayscale: #3F3F3F. Windows color (decimal): -15579248 or 9455378. OLE color: 9455378.
HSL color Cylindrical-coordinate representation of color #124790: hue angle of 214.76º 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 #124790 is Cyan = 0.88, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 18 | 71 | 144 | - |
| CMYK | 0.88 | 0.51 | 0 | 0.44 |
| HSL | 214.76º | 0.78% | 0.32% | - |
| HSV(B) | 214.76º | 0.88% | 0.56% | - |
| XYZ | 7.54 | 6.65 | 27.27 | - |
| YUV | 63.48 | 173.44 | 95.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 71 | 144 | 0.88 | 0.51 | 0 | 0.44 | 214.76 | 0.78 | 0.32 |
| Hex | 12 | 47 | 90 | 58 | 33 | 0 | 2C | D7 | 4E | 20 |
| Octal | 22 | 107 | 220 | 130 | 63 | 0 | 54 | 327 | 116 | 40 |
| Binary | 10010 | 1000111 | 10010000 | 1011000 | 110011 | 0 | 101100 | 11010111 | 1001110 | 100000 |
Color Harmonies of #124790
Complementary color
Monochromatic Colors of #124790
Black with #124790
Text Example
Text Example
White with #124790
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #124790; }
p { color: rgb(18,71,144); }
H1.HeaderClassName
{
color: #124790;
}
.AnyTagClassName
{
color: #124790;
}
</style>
background-color css
<style>
a { background-color: #124790; }
a { background-color: rgb(18,71,144); }
div.DivClassName
{
background-color: #124790;
}
.BgClassName
{
background-color: #124790;
}
</style>
border-color css
<style>
span { border-color: #124790; }
span { border-color: rgb(18,71,144); }
td.TdClassName
{
border-color: #124790;
}
.TagClassName
{
border-color: #124790;
}
</style>