Shades of Dark Cerulean #124D73
Tints of Dark Cerulean #124D73
RGB
CMYK
RGB Variations
Color information
#124D73 (or 0x124D73) is known color: Dark Cerulean. HEX triplet: 12, 4D and 73. RGB value is (18,77,115). Sum of RGB (Red+Green+Blue) = 18+77+115=210 (27% of max value = 765). Red value is 18 (7.42% from 255 or 8.57% from 210); Green value is 77 (30.47% from 255 or 36.67% from 210); Blue value is 115 (45.31% from 255 or 54.76% from 210); Max value from RGB is 115 - color contains mainly: blue. Hex color #124D73 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #124D73 is #EDB28C. Grayscale: #3F3F3F. Windows color (decimal): -15577741 or 7556370. OLE color: 7556370.
HSL color Cylindrical-coordinate representation of color #124D73: hue angle of 203.51º 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 #124D73 is Cyan = 0.84, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 18 | 77 | 115 | - |
| CMYK | 0.84 | 0.33 | 0 | 0.55 |
| HSL | 203.51º | 0.73% | 0.26% | - |
| HSV(B) | 203.51º | 0.84% | 0.45% | - |
| XYZ | 6 | 6.67 | 17.19 | - |
| YUV | 63.69 | 156.95 | 95.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 77 | 115 | 0.84 | 0.33 | 0 | 0.55 | 203.51 | 0.73 | 0.26 |
| Hex | 12 | 4D | 73 | 54 | 21 | 0 | 37 | CC | 49 | 1A |
| Octal | 22 | 115 | 163 | 124 | 41 | 0 | 67 | 314 | 111 | 32 |
| Binary | 10010 | 1001101 | 1110011 | 1010100 | 100001 | 0 | 110111 | 11001100 | 1001001 | 11010 |
Color Harmonies of #124D73
Complementary color
Monochromatic Colors of #124D73
Black with #124D73
Text Example
Text Example
White with #124D73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #124D73; }
p { color: rgb(18,77,115); }
H1.HeaderClassName
{
color: #124D73;
}
.AnyTagClassName
{
color: #124D73;
}
</style>
background-color css
<style>
a { background-color: #124D73; }
a { background-color: rgb(18,77,115); }
div.DivClassName
{
background-color: #124D73;
}
.BgClassName
{
background-color: #124D73;
}
</style>
border-color css
<style>
span { border-color: #124D73; }
span { border-color: rgb(18,77,115); }
td.TdClassName
{
border-color: #124D73;
}
.TagClassName
{
border-color: #124D73;
}
</style>