Shades of Dark Cerulean #124688
Tints of Dark Cerulean #124688
RGB
CMYK
RGB Variations
Color information
#124688 (or 0x124688) is known color: Dark Cerulean. HEX triplet: 12, 46 and 88. RGB value is (18,70,136). Sum of RGB (Red+Green+Blue) = 18+70+136=224 (29% of max value = 765). Red value is 18 (7.42% from 255 or 8.04% from 224); Green value is 70 (27.73% from 255 or 31.25% from 224); Blue value is 136 (53.52% from 255 or 60.71% from 224); Max value from RGB is 136 - color contains mainly: blue. Hex color #124688 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #124688 is #EDB977. Grayscale: #3D3D3D. Windows color (decimal): -15579512 or 8930834. OLE color: 8930834.
HSL color Cylindrical-coordinate representation of color #124688: hue angle of 213.56º degrees, saturation: 0.77, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #124688 is Cyan = 0.87, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 18 | 70 | 136 | - |
| CMYK | 0.87 | 0.49 | 0 | 0.47 |
| HSL | 213.56º | 0.77% | 0.3% | - |
| HSV(B) | 213.56º | 0.87% | 0.53% | - |
| XYZ | 6.88 | 6.29 | 24.14 | - |
| YUV | 61.98 | 169.77 | 96.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 70 | 136 | 0.87 | 0.49 | 0 | 0.47 | 213.56 | 0.77 | 0.3 |
| Hex | 12 | 46 | 88 | 57 | 31 | 0 | 2F | D6 | 4D | 1E |
| Octal | 22 | 106 | 210 | 127 | 61 | 0 | 57 | 326 | 115 | 36 |
| Binary | 10010 | 1000110 | 10001000 | 1010111 | 110001 | 0 | 101111 | 11010110 | 1001101 | 11110 |
Color Harmonies of #124688
Complementary color
Monochromatic Colors of #124688
Black with #124688
Text Example
Text Example
White with #124688
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #124688; }
p { color: rgb(18,70,136); }
H1.HeaderClassName
{
color: #124688;
}
.AnyTagClassName
{
color: #124688;
}
</style>
background-color css
<style>
a { background-color: #124688; }
a { background-color: rgb(18,70,136); }
div.DivClassName
{
background-color: #124688;
}
.BgClassName
{
background-color: #124688;
}
</style>
border-color css
<style>
span { border-color: #124688; }
span { border-color: rgb(18,70,136); }
td.TdClassName
{
border-color: #124688;
}
.TagClassName
{
border-color: #124688;
}
</style>