Shades of Dark Cerulean #124188
Tints of Dark Cerulean #124188
RGB
CMYK
RGB Variations
Color information
#124188 (or 0x124188) is known color: Dark Cerulean. HEX triplet: 12, 41 and 88. RGB value is (18,65,136). Sum of RGB (Red+Green+Blue) = 18+65+136=219 (29% of max value = 765). Red value is 18 (7.42% from 255 or 8.22% from 219); Green value is 65 (25.78% from 255 or 29.68% from 219); Blue value is 136 (53.52% from 255 or 62.10% from 219); Max value from RGB is 136 - color contains mainly: blue. Hex color #124188 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #124188 is #EDBE77. Grayscale: #3A3A3A. Windows color (decimal): -15580792 or 8929554. OLE color: 8929554.
HSL color Cylindrical-coordinate representation of color #124188: hue angle of 216.1º 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 #124188 is Cyan = 0.87, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 18 | 65 | 136 | - |
| CMYK | 0.87 | 0.52 | 0 | 0.47 |
| HSL | 216.1º | 0.77% | 0.3% | - |
| HSV(B) | 216.1º | 0.87% | 0.53% | - |
| XYZ | 6.58 | 5.69 | 24.04 | - |
| YUV | 59.04 | 171.43 | 98.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 65 | 136 | 0.87 | 0.52 | 0 | 0.47 | 216.1 | 0.77 | 0.3 |
| Hex | 12 | 41 | 88 | 57 | 34 | 0 | 2F | D8 | 4D | 1E |
| Octal | 22 | 101 | 210 | 127 | 64 | 0 | 57 | 330 | 115 | 36 |
| Binary | 10010 | 1000001 | 10001000 | 1010111 | 110100 | 0 | 101111 | 11011000 | 1001101 | 11110 |
Color Harmonies of #124188
Complementary color
Monochromatic Colors of #124188
Black with #124188
Text Example
Text Example
White with #124188
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #124188; }
p { color: rgb(18,65,136); }
H1.HeaderClassName
{
color: #124188;
}
.AnyTagClassName
{
color: #124188;
}
</style>
background-color css
<style>
a { background-color: #124188; }
a { background-color: rgb(18,65,136); }
div.DivClassName
{
background-color: #124188;
}
.BgClassName
{
background-color: #124188;
}
</style>
border-color css
<style>
span { border-color: #124188; }
span { border-color: rgb(18,65,136); }
td.TdClassName
{
border-color: #124188;
}
.TagClassName
{
border-color: #124188;
}
</style>