Shades of Dark Cerulean #124A96
Tints of Dark Cerulean #124A96
RGB
CMYK
RGB Variations
Color information
#124A96 (or 0x124A96) is known color: Dark Cerulean. HEX triplet: 12, 4A and 96. RGB value is (18,74,150). Sum of RGB (Red+Green+Blue) = 18+74+150=242 (32% of max value = 765). Red value is 18 (7.42% from 255 or 7.44% from 242); Green value is 74 (29.30% from 255 or 30.58% from 242); Blue value is 150 (58.98% from 255 or 61.98% from 242); Max value from RGB is 150 - color contains mainly: blue. Hex color #124A96 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #124A96 is #EDB569. Grayscale: #414141. Windows color (decimal): -15578474 or 9849362. OLE color: 9849362.
HSL color Cylindrical-coordinate representation of color #124A96: hue angle of 214.55º degrees, saturation: 0.79, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #124A96 is Cyan = 0.88, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 18 | 74 | 150 | - |
| CMYK | 0.88 | 0.51 | 0 | 0.41 |
| HSL | 214.55º | 0.79% | 0.33% | - |
| HSV(B) | 214.55º | 0.88% | 0.59% | - |
| XYZ | 8.2 | 7.23 | 29.82 | - |
| YUV | 65.92 | 175.45 | 93.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 74 | 150 | 0.88 | 0.51 | 0 | 0.41 | 214.55 | 0.79 | 0.33 |
| Hex | 12 | 4A | 96 | 58 | 33 | 0 | 29 | D7 | 4F | 21 |
| Octal | 22 | 112 | 226 | 130 | 63 | 0 | 51 | 327 | 117 | 41 |
| Binary | 10010 | 1001010 | 10010110 | 1011000 | 110011 | 0 | 101001 | 11010111 | 1001111 | 100001 |
Color Harmonies of #124A96
Complementary color
Monochromatic Colors of #124A96
Black with #124A96
Text Example
Text Example
White with #124A96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #124A96; }
p { color: rgb(18,74,150); }
H1.HeaderClassName
{
color: #124A96;
}
.AnyTagClassName
{
color: #124A96;
}
</style>
background-color css
<style>
a { background-color: #124A96; }
a { background-color: rgb(18,74,150); }
div.DivClassName
{
background-color: #124A96;
}
.BgClassName
{
background-color: #124A96;
}
</style>
border-color css
<style>
span { border-color: #124A96; }
span { border-color: rgb(18,74,150); }
td.TdClassName
{
border-color: #124A96;
}
.TagClassName
{
border-color: #124A96;
}
</style>