Shades of Dark Cerulean #124D6D
Tints of Dark Cerulean #124D6D
RGB
CMYK
RGB Variations
Color information
#124D6D (or 0x124D6D) is known color: Dark Cerulean. HEX triplet: 12, 4D and 6D. RGB value is (18,77,109). Sum of RGB (Red+Green+Blue) = 18+77+109=204 (27% of max value = 765). Red value is 18 (7.42% from 255 or 8.82% from 204); Green value is 77 (30.47% from 255 or 37.75% from 204); Blue value is 109 (42.97% from 255 or 53.43% from 204); Max value from RGB is 109 - color contains mainly: blue. Hex color #124D6D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #124D6D is #EDB292. Grayscale: #3E3E3E. Windows color (decimal): -15577747 or 7163154. OLE color: 7163154.
HSL color Cylindrical-coordinate representation of color #124D6D: hue angle of 201.1º degrees, saturation: 0.72, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #124D6D is Cyan = 0.83, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 18 | 77 | 109 | - |
| CMYK | 0.83 | 0.29 | 0 | 0.57 |
| HSL | 201.1º | 0.72% | 0.25% | - |
| HSV(B) | 201.1º | 0.83% | 0.43% | - |
| XYZ | 5.66 | 6.54 | 15.43 | - |
| YUV | 63.01 | 153.95 | 95.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 77 | 109 | 0.83 | 0.29 | 0 | 0.57 | 201.1 | 0.72 | 0.25 |
| Hex | 12 | 4D | 6D | 53 | 1D | 0 | 39 | C9 | 48 | 19 |
| Octal | 22 | 115 | 155 | 123 | 35 | 0 | 71 | 311 | 110 | 31 |
| Binary | 10010 | 1001101 | 1101101 | 1010011 | 11101 | 0 | 111001 | 11001001 | 1001000 | 11001 |
Color Harmonies of #124D6D
Complementary color
Monochromatic Colors of #124D6D
Black with #124D6D
Text Example
Text Example
White with #124D6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #124D6D; }
p { color: rgb(18,77,109); }
H1.HeaderClassName
{
color: #124D6D;
}
.AnyTagClassName
{
color: #124D6D;
}
</style>
background-color css
<style>
a { background-color: #124D6D; }
a { background-color: rgb(18,77,109); }
div.DivClassName
{
background-color: #124D6D;
}
.BgClassName
{
background-color: #124D6D;
}
</style>
border-color css
<style>
span { border-color: #124D6D; }
span { border-color: rgb(18,77,109); }
td.TdClassName
{
border-color: #124D6D;
}
.TagClassName
{
border-color: #124D6D;
}
</style>