Shades of Dark Cerulean #124994
Tints of Dark Cerulean #124994
RGB
CMYK
RGB Variations
Color information
#124994 (or 0x124994) is known color: Dark Cerulean. HEX triplet: 12, 49 and 94. RGB value is (18,73,148). Sum of RGB (Red+Green+Blue) = 18+73+148=239 (31% of max value = 765). Red value is 18 (7.42% from 255 or 7.53% from 239); Green value is 73 (28.91% from 255 or 30.54% from 239); Blue value is 148 (58.20% from 255 or 61.92% from 239); Max value from RGB is 148 - color contains mainly: blue. Hex color #124994 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #124994 is #EDB66B. Grayscale: #404040. Windows color (decimal): -15578732 or 9718034. OLE color: 9718034.
HSL color Cylindrical-coordinate representation of color #124994: hue angle of 214.62º 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 #124994 is Cyan = 0.88, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 18 | 73 | 148 | - |
| CMYK | 0.88 | 0.51 | 0 | 0.42 |
| HSL | 214.62º | 0.78% | 0.33% | - |
| HSV(B) | 214.62º | 0.88% | 0.58% | - |
| XYZ | 7.98 | 7.03 | 28.95 | - |
| YUV | 65.11 | 174.78 | 94.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 73 | 148 | 0.88 | 0.51 | 0 | 0.42 | 214.62 | 0.78 | 0.33 |
| Hex | 12 | 49 | 94 | 58 | 33 | 0 | 2A | D7 | 4E | 21 |
| Octal | 22 | 111 | 224 | 130 | 63 | 0 | 52 | 327 | 116 | 41 |
| Binary | 10010 | 1001001 | 10010100 | 1011000 | 110011 | 0 | 101010 | 11010111 | 1001110 | 100001 |
Color Harmonies of #124994
Complementary color
Monochromatic Colors of #124994
Black with #124994
Text Example
Text Example
White with #124994
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #124994; }
p { color: rgb(18,73,148); }
H1.HeaderClassName
{
color: #124994;
}
.AnyTagClassName
{
color: #124994;
}
</style>
background-color css
<style>
a { background-color: #124994; }
a { background-color: rgb(18,73,148); }
div.DivClassName
{
background-color: #124994;
}
.BgClassName
{
background-color: #124994;
}
</style>
border-color css
<style>
span { border-color: #124994; }
span { border-color: rgb(18,73,148); }
td.TdClassName
{
border-color: #124994;
}
.TagClassName
{
border-color: #124994;
}
</style>