Shades of Dark Cerulean #124D7F
Tints of Dark Cerulean #124D7F
RGB
CMYK
RGB Variations
Color information
#124D7F (or 0x124D7F) is known color: Dark Cerulean. HEX triplet: 12, 4D and 7F. RGB value is (18,77,127). Sum of RGB (Red+Green+Blue) = 18+77+127=222 (29% of max value = 765). Red value is 18 (7.42% from 255 or 8.11% from 222); Green value is 77 (30.47% from 255 or 34.68% from 222); Blue value is 127 (50% from 255 or 57.21% from 222); Max value from RGB is 127 - color contains mainly: blue. Hex color #124D7F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #124D7F is #EDB280. Grayscale: #404040. Windows color (decimal): -15577729 or 8342802. OLE color: 8342802.
HSL color Cylindrical-coordinate representation of color #124D7F: hue angle of 207.52º degrees, saturation: 0.75, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #124D7F is Cyan = 0.86, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 18 | 77 | 127 | - |
| CMYK | 0.86 | 0.39 | 0 | 0.50 |
| HSL | 207.52º | 0.75% | 0.28% | - |
| HSV(B) | 207.52º | 0.86% | 0.5% | - |
| XYZ | 6.73 | 6.97 | 21.07 | - |
| YUV | 65.06 | 162.95 | 94.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 77 | 127 | 0.86 | 0.39 | 0 | 0.50 | 207.52 | 0.75 | 0.28 |
| Hex | 12 | 4D | 7F | 56 | 27 | 0 | 32 | D0 | 4B | 1C |
| Octal | 22 | 115 | 177 | 126 | 47 | 0 | 62 | 320 | 113 | 34 |
| Binary | 10010 | 1001101 | 1111111 | 1010110 | 100111 | 0 | 110010 | 11010000 | 1001011 | 11100 |
Color Harmonies of #124D7F
Complementary color
Monochromatic Colors of #124D7F
Black with #124D7F
Text Example
Text Example
White with #124D7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #124D7F; }
p { color: rgb(18,77,127); }
H1.HeaderClassName
{
color: #124D7F;
}
.AnyTagClassName
{
color: #124D7F;
}
</style>
background-color css
<style>
a { background-color: #124D7F; }
a { background-color: rgb(18,77,127); }
div.DivClassName
{
background-color: #124D7F;
}
.BgClassName
{
background-color: #124D7F;
}
</style>
border-color css
<style>
span { border-color: #124D7F; }
span { border-color: rgb(18,77,127); }
td.TdClassName
{
border-color: #124D7F;
}
.TagClassName
{
border-color: #124D7F;
}
</style>