Shades of Dark Cerulean #124C73
Tints of Dark Cerulean #124C73
RGB
CMYK
RGB Variations
Color information
#124C73 (or 0x124C73) is known color: Dark Cerulean. HEX triplet: 12, 4C and 73. RGB value is (18,76,115). Sum of RGB (Red+Green+Blue) = 18+76+115=209 (27% of max value = 765). Red value is 18 (7.42% from 255 or 8.61% from 209); Green value is 76 (30.08% from 255 or 36.36% from 209); Blue value is 115 (45.31% from 255 or 55.02% from 209); Max value from RGB is 115 - color contains mainly: blue. Hex color #124C73 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #124C73 is #EDB38C. Grayscale: #3E3E3E. Windows color (decimal): -15577997 or 7556114. OLE color: 7556114.
HSL color Cylindrical-coordinate representation of color #124C73: hue angle of 204.12º degrees, saturation: 0.73, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #124C73 is Cyan = 0.84, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 18 | 76 | 115 | - |
| CMYK | 0.84 | 0.34 | 0 | 0.55 |
| HSL | 204.12º | 0.73% | 0.26% | - |
| HSV(B) | 204.12º | 0.84% | 0.45% | - |
| XYZ | 5.93 | 6.54 | 17.17 | - |
| YUV | 63.1 | 157.28 | 95.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 76 | 115 | 0.84 | 0.34 | 0 | 0.55 | 204.12 | 0.73 | 0.26 |
| Hex | 12 | 4C | 73 | 54 | 22 | 0 | 37 | CC | 49 | 1A |
| Octal | 22 | 114 | 163 | 124 | 42 | 0 | 67 | 314 | 111 | 32 |
| Binary | 10010 | 1001100 | 1110011 | 1010100 | 100010 | 0 | 110111 | 11001100 | 1001001 | 11010 |
Color Harmonies of #124C73
Complementary color
Monochromatic Colors of #124C73
Black with #124C73
Text Example
Text Example
White with #124C73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #124C73; }
p { color: rgb(18,76,115); }
H1.HeaderClassName
{
color: #124C73;
}
.AnyTagClassName
{
color: #124C73;
}
</style>
background-color css
<style>
a { background-color: #124C73; }
a { background-color: rgb(18,76,115); }
div.DivClassName
{
background-color: #124C73;
}
.BgClassName
{
background-color: #124C73;
}
</style>
border-color css
<style>
span { border-color: #124C73; }
span { border-color: rgb(18,76,115); }
td.TdClassName
{
border-color: #124C73;
}
.TagClassName
{
border-color: #124C73;
}
</style>