Shades of Dark Cerulean #124D90
Tints of Dark Cerulean #124D90
RGB
CMYK
RGB Variations
Color information
#124D90 (or 0x124D90) is known color: Dark Cerulean. HEX triplet: 12, 4D and 90. RGB value is (18,77,144). Sum of RGB (Red+Green+Blue) = 18+77+144=239 (31% of max value = 765). Red value is 18 (7.42% from 255 or 7.53% from 239); Green value is 77 (30.47% from 255 or 32.22% from 239); Blue value is 144 (56.64% from 255 or 60.25% from 239); Max value from RGB is 144 - color contains mainly: blue. Hex color #124D90 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #124D90 is #EDB26F. Grayscale: #424242. Windows color (decimal): -15577712 or 9456914. OLE color: 9456914.
HSL color Cylindrical-coordinate representation of color #124D90: hue angle of 211.9º 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 #124D90 is Cyan = 0.88, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 18 | 77 | 144 | - |
| CMYK | 0.88 | 0.47 | 0 | 0.44 |
| HSL | 211.9º | 0.78% | 0.32% | - |
| HSV(B) | 211.9º | 0.88% | 0.56% | - |
| XYZ | 7.94 | 7.45 | 27.41 | - |
| YUV | 67 | 171.45 | 93.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 77 | 144 | 0.88 | 0.47 | 0 | 0.44 | 211.9 | 0.78 | 0.32 |
| Hex | 12 | 4D | 90 | 58 | 2F | 0 | 2C | D4 | 4E | 20 |
| Octal | 22 | 115 | 220 | 130 | 57 | 0 | 54 | 324 | 116 | 40 |
| Binary | 10010 | 1001101 | 10010000 | 1011000 | 101111 | 0 | 101100 | 11010100 | 1001110 | 100000 |
Color Harmonies of #124D90
Complementary color
Monochromatic Colors of #124D90
Black with #124D90
Text Example
Text Example
White with #124D90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #124D90; }
p { color: rgb(18,77,144); }
H1.HeaderClassName
{
color: #124D90;
}
.AnyTagClassName
{
color: #124D90;
}
</style>
background-color css
<style>
a { background-color: #124D90; }
a { background-color: rgb(18,77,144); }
div.DivClassName
{
background-color: #124D90;
}
.BgClassName
{
background-color: #124D90;
}
</style>
border-color css
<style>
span { border-color: #124D90; }
span { border-color: rgb(18,77,144); }
td.TdClassName
{
border-color: #124D90;
}
.TagClassName
{
border-color: #124D90;
}
</style>