Shades of Dark Cerulean #124D95
Tints of Dark Cerulean #124D95
RGB
CMYK
RGB Variations
Color information
#124D95 (or 0x124D95) is known color: Dark Cerulean. HEX triplet: 12, 4D and 95. RGB value is (18,77,149). Sum of RGB (Red+Green+Blue) = 18+77+149=244 (32% of max value = 765). Red value is 18 (7.42% from 255 or 7.38% from 244); Green value is 77 (30.47% from 255 or 31.56% from 244); Blue value is 149 (58.59% from 255 or 61.07% from 244); Max value from RGB is 149 - color contains mainly: blue. Hex color #124D95 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #124D95 is #EDB26A. Grayscale: #434343. Windows color (decimal): -15577707 or 9784594. OLE color: 9784594.
HSL color Cylindrical-coordinate representation of color #124D95: hue angle of 212.98º degrees, saturation: 0.78, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #124D95 is Cyan = 0.88, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 18 | 77 | 149 | - |
| CMYK | 0.88 | 0.48 | 0 | 0.42 |
| HSL | 212.98º | 0.78% | 0.33% | - |
| HSV(B) | 212.98º | 0.88% | 0.58% | - |
| XYZ | 8.33 | 7.61 | 29.46 | - |
| YUV | 67.57 | 173.95 | 92.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 77 | 149 | 0.88 | 0.48 | 0 | 0.42 | 212.98 | 0.78 | 0.33 |
| Hex | 12 | 4D | 95 | 58 | 30 | 0 | 2A | D5 | 4E | 21 |
| Octal | 22 | 115 | 225 | 130 | 60 | 0 | 52 | 325 | 116 | 41 |
| Binary | 10010 | 1001101 | 10010101 | 1011000 | 110000 | 0 | 101010 | 11010101 | 1001110 | 100001 |
Color Harmonies of #124D95
Complementary color
Monochromatic Colors of #124D95
Black with #124D95
Text Example
Text Example
White with #124D95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #124D95; }
p { color: rgb(18,77,149); }
H1.HeaderClassName
{
color: #124D95;
}
.AnyTagClassName
{
color: #124D95;
}
</style>
background-color css
<style>
a { background-color: #124D95; }
a { background-color: rgb(18,77,149); }
div.DivClassName
{
background-color: #124D95;
}
.BgClassName
{
background-color: #124D95;
}
</style>
border-color css
<style>
span { border-color: #124D95; }
span { border-color: rgb(18,77,149); }
td.TdClassName
{
border-color: #124D95;
}
.TagClassName
{
border-color: #124D95;
}
</style>