Shades of Dark Cerulean #124A87
Tints of Dark Cerulean #124A87
RGB
CMYK
RGB Variations
Color information
#124A87 (or 0x124A87) is known color: Dark Cerulean. HEX triplet: 12, 4A and 87. RGB value is (18,74,135). Sum of RGB (Red+Green+Blue) = 18+74+135=227 (30% of max value = 765). Red value is 18 (7.42% from 255 or 7.93% from 227); Green value is 74 (29.30% from 255 or 32.60% from 227); Blue value is 135 (53.12% from 255 or 59.47% from 227); Max value from RGB is 135 - color contains mainly: blue. Hex color #124A87 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #124A87 is #EDB578. Grayscale: #3F3F3F. Windows color (decimal): -15578489 or 8866322. OLE color: 8866322.
HSL color Cylindrical-coordinate representation of color #124A87: hue angle of 211.28º degrees, saturation: 0.76, 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 #124A87 is Cyan = 0.87, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 18 | 74 | 135 | - |
| CMYK | 0.87 | 0.45 | 0 | 0.47 |
| HSL | 211.28º | 0.76% | 0.3% | - |
| HSV(B) | 211.28º | 0.87% | 0.53% | - |
| XYZ | 7.07 | 6.78 | 23.86 | - |
| YUV | 64.21 | 167.95 | 95.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 74 | 135 | 0.87 | 0.45 | 0 | 0.47 | 211.28 | 0.76 | 0.3 |
| Hex | 12 | 4A | 87 | 57 | 2D | 0 | 2F | D3 | 4C | 1E |
| Octal | 22 | 112 | 207 | 127 | 55 | 0 | 57 | 323 | 114 | 36 |
| Binary | 10010 | 1001010 | 10000111 | 1010111 | 101101 | 0 | 101111 | 11010011 | 1001100 | 11110 |
Color Harmonies of #124A87
Complementary color
Monochromatic Colors of #124A87
Black with #124A87
Text Example
Text Example
White with #124A87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #124A87; }
p { color: rgb(18,74,135); }
H1.HeaderClassName
{
color: #124A87;
}
.AnyTagClassName
{
color: #124A87;
}
</style>
background-color css
<style>
a { background-color: #124A87; }
a { background-color: rgb(18,74,135); }
div.DivClassName
{
background-color: #124A87;
}
.BgClassName
{
background-color: #124A87;
}
</style>
border-color css
<style>
span { border-color: #124A87; }
span { border-color: rgb(18,74,135); }
td.TdClassName
{
border-color: #124A87;
}
.TagClassName
{
border-color: #124A87;
}
</style>