Shades of Dark Cerulean #124F7F
Tints of Dark Cerulean #124F7F
RGB
CMYK
RGB Variations
Color information
#124F7F (or 0x124F7F) is known color: Dark Cerulean. HEX triplet: 12, 4F and 7F. RGB value is (18,79,127). Sum of RGB (Red+Green+Blue) = 18+79+127=224 (29% of max value = 765). Red value is 18 (7.42% from 255 or 8.04% from 224); Green value is 79 (31.25% from 255 or 35.27% from 224); Blue value is 127 (50% from 255 or 56.70% from 224); Max value from RGB is 127 - color contains mainly: blue. Hex color #124F7F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #124F7F is #EDB080. Grayscale: #414141. Windows color (decimal): -15577217 or 8343314. OLE color: 8343314.
HSL color Cylindrical-coordinate representation of color #124F7F: hue angle of 206.42º 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 #124F7F is Cyan = 0.86, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 18 | 79 | 127 | - |
| CMYK | 0.86 | 0.38 | 0 | 0.50 |
| HSL | 206.42º | 0.75% | 0.28% | - |
| HSV(B) | 206.42º | 0.86% | 0.5% | - |
| XYZ | 6.88 | 7.25 | 21.12 | - |
| YUV | 66.23 | 162.29 | 93.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 79 | 127 | 0.86 | 0.38 | 0 | 0.50 | 206.42 | 0.75 | 0.28 |
| Hex | 12 | 4F | 7F | 56 | 26 | 0 | 32 | CE | 4B | 1C |
| Octal | 22 | 117 | 177 | 126 | 46 | 0 | 62 | 316 | 113 | 34 |
| Binary | 10010 | 1001111 | 1111111 | 1010110 | 100110 | 0 | 110010 | 11001110 | 1001011 | 11100 |
Color Harmonies of #124F7F
Complementary color
Monochromatic Colors of #124F7F
Black with #124F7F
Text Example
Text Example
White with #124F7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #124F7F; }
p { color: rgb(18,79,127); }
H1.HeaderClassName
{
color: #124F7F;
}
.AnyTagClassName
{
color: #124F7F;
}
</style>
background-color css
<style>
a { background-color: #124F7F; }
a { background-color: rgb(18,79,127); }
div.DivClassName
{
background-color: #124F7F;
}
.BgClassName
{
background-color: #124F7F;
}
</style>
border-color css
<style>
span { border-color: #124F7F; }
span { border-color: rgb(18,79,127); }
td.TdClassName
{
border-color: #124F7F;
}
.TagClassName
{
border-color: #124F7F;
}
</style>