Shades of Dark Cerulean #124C89
Tints of Dark Cerulean #124C89
RGB
CMYK
RGB Variations
Color information
#124C89 (or 0x124C89) is known color: Dark Cerulean. HEX triplet: 12, 4C and 89. RGB value is (18,76,137). Sum of RGB (Red+Green+Blue) = 18+76+137=231 (30% of max value = 765). Red value is 18 (7.42% from 255 or 7.79% from 231); Green value is 76 (30.08% from 255 or 32.90% from 231); Blue value is 137 (53.91% from 255 or 59.31% from 231); Max value from RGB is 137 - color contains mainly: blue. Hex color #124C89 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #124C89 is #EDB376. Grayscale: #414141. Windows color (decimal): -15577975 or 8997906. OLE color: 8997906.
HSL color Cylindrical-coordinate representation of color #124C89: hue angle of 210.76º degrees, saturation: 0.77, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #124C89 is Cyan = 0.87, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 18 | 76 | 137 | - |
| CMYK | 0.87 | 0.45 | 0 | 0.46 |
| HSL | 210.76º | 0.77% | 0.3% | - |
| HSV(B) | 210.76º | 0.87% | 0.54% | - |
| XYZ | 7.35 | 7.1 | 24.65 | - |
| YUV | 65.61 | 168.28 | 94.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 76 | 137 | 0.87 | 0.45 | 0 | 0.46 | 210.76 | 0.77 | 0.3 |
| Hex | 12 | 4C | 89 | 57 | 2D | 0 | 2E | D3 | 4D | 1E |
| Octal | 22 | 114 | 211 | 127 | 55 | 0 | 56 | 323 | 115 | 36 |
| Binary | 10010 | 1001100 | 10001001 | 1010111 | 101101 | 0 | 101110 | 11010011 | 1001101 | 11110 |
Color Harmonies of #124C89
Complementary color
Monochromatic Colors of #124C89
Black with #124C89
Text Example
Text Example
White with #124C89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #124C89; }
p { color: rgb(18,76,137); }
H1.HeaderClassName
{
color: #124C89;
}
.AnyTagClassName
{
color: #124C89;
}
</style>
background-color css
<style>
a { background-color: #124C89; }
a { background-color: rgb(18,76,137); }
div.DivClassName
{
background-color: #124C89;
}
.BgClassName
{
background-color: #124C89;
}
</style>
border-color css
<style>
span { border-color: #124C89; }
span { border-color: rgb(18,76,137); }
td.TdClassName
{
border-color: #124C89;
}
.TagClassName
{
border-color: #124C89;
}
</style>