Shades of Dark Cerulean #124D91
Tints of Dark Cerulean #124D91
RGB
CMYK
RGB Variations
Color information
#124D91 (or 0x124D91) is known color: Dark Cerulean. HEX triplet: 12, 4D and 91. RGB value is (18,77,145). Sum of RGB (Red+Green+Blue) = 18+77+145=240 (31% of max value = 765). Red value is 18 (7.42% from 255 or 7.5% from 240); Green value is 77 (30.47% from 255 or 32.08% from 240); Blue value is 145 (57.03% from 255 or 60.42% from 240); Max value from RGB is 145 - color contains mainly: blue. Hex color #124D91 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #124D91 is #EDB26E. Grayscale: #424242. Windows color (decimal): -15577711 or 9522450. OLE color: 9522450.
HSL color Cylindrical-coordinate representation of color #124D91: hue angle of 212.13º degrees, saturation: 0.78, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #124D91 is Cyan = 0.88, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 18 | 77 | 145 | - |
| CMYK | 0.88 | 0.47 | 0 | 0.43 |
| HSL | 212.13º | 0.78% | 0.32% | - |
| HSV(B) | 212.13º | 0.88% | 0.57% | - |
| XYZ | 8.01 | 7.48 | 27.81 | - |
| YUV | 67.11 | 171.95 | 92.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 77 | 145 | 0.88 | 0.47 | 0 | 0.43 | 212.13 | 0.78 | 0.32 |
| Hex | 12 | 4D | 91 | 58 | 2F | 0 | 2B | D4 | 4E | 20 |
| Octal | 22 | 115 | 221 | 130 | 57 | 0 | 53 | 324 | 116 | 40 |
| Binary | 10010 | 1001101 | 10010001 | 1011000 | 101111 | 0 | 101011 | 11010100 | 1001110 | 100000 |
Color Harmonies of #124D91
Complementary color
Monochromatic Colors of #124D91
Black with #124D91
Text Example
Text Example
White with #124D91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #124D91; }
p { color: rgb(18,77,145); }
H1.HeaderClassName
{
color: #124D91;
}
.AnyTagClassName
{
color: #124D91;
}
</style>
background-color css
<style>
a { background-color: #124D91; }
a { background-color: rgb(18,77,145); }
div.DivClassName
{
background-color: #124D91;
}
.BgClassName
{
background-color: #124D91;
}
</style>
border-color css
<style>
span { border-color: #124D91; }
span { border-color: rgb(18,77,145); }
td.TdClassName
{
border-color: #124D91;
}
.TagClassName
{
border-color: #124D91;
}
</style>