Shades of Dark Cerulean #124995
Tints of Dark Cerulean #124995
RGB
CMYK
RGB Variations
Color information
#124995 (or 0x124995) is known color: Dark Cerulean. HEX triplet: 12, 49 and 95. RGB value is (18,73,149). Sum of RGB (Red+Green+Blue) = 18+73+149=240 (31% of max value = 765). Red value is 18 (7.42% from 255 or 7.5% from 240); Green value is 73 (28.91% from 255 or 30.42% from 240); Blue value is 149 (58.59% from 255 or 62.08% from 240); Max value from RGB is 149 - color contains mainly: blue. Hex color #124995 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #124995 is #EDB66A. Grayscale: #404040. Windows color (decimal): -15578731 or 9783570. OLE color: 9783570.
HSL color Cylindrical-coordinate representation of color #124995: hue angle of 214.81º 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 #124995 is Cyan = 0.88, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 18 | 73 | 149 | - |
| CMYK | 0.88 | 0.51 | 0 | 0.42 |
| HSL | 214.81º | 0.78% | 0.33% | - |
| HSV(B) | 214.81º | 0.88% | 0.58% | - |
| XYZ | 8.06 | 7.06 | 29.37 | - |
| YUV | 65.22 | 175.28 | 94.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 73 | 149 | 0.88 | 0.51 | 0 | 0.42 | 214.81 | 0.78 | 0.33 |
| Hex | 12 | 49 | 95 | 58 | 33 | 0 | 2A | D7 | 4E | 21 |
| Octal | 22 | 111 | 225 | 130 | 63 | 0 | 52 | 327 | 116 | 41 |
| Binary | 10010 | 1001001 | 10010101 | 1011000 | 110011 | 0 | 101010 | 11010111 | 1001110 | 100001 |
Color Harmonies of #124995
Complementary color
Monochromatic Colors of #124995
Black with #124995
Text Example
Text Example
White with #124995
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #124995; }
p { color: rgb(18,73,149); }
H1.HeaderClassName
{
color: #124995;
}
.AnyTagClassName
{
color: #124995;
}
</style>
background-color css
<style>
a { background-color: #124995; }
a { background-color: rgb(18,73,149); }
div.DivClassName
{
background-color: #124995;
}
.BgClassName
{
background-color: #124995;
}
</style>
border-color css
<style>
span { border-color: #124995; }
span { border-color: rgb(18,73,149); }
td.TdClassName
{
border-color: #124995;
}
.TagClassName
{
border-color: #124995;
}
</style>