Shades of Dark Cerulean #124F71
Tints of Dark Cerulean #124F71
RGB
CMYK
RGB Variations
Color information
#124F71 (or 0x124F71) is known color: Dark Cerulean. HEX triplet: 12, 4F and 71. RGB value is (18,79,113). Sum of RGB (Red+Green+Blue) = 18+79+113=210 (27% of max value = 765). Red value is 18 (7.42% from 255 or 8.57% from 210); Green value is 79 (31.25% from 255 or 37.62% from 210); Blue value is 113 (44.53% from 255 or 53.81% from 210); Max value from RGB is 113 - color contains mainly: blue. Hex color #124F71 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #124F71 is #EDB08E. Grayscale: #404040. Windows color (decimal): -15577231 or 7425810. OLE color: 7425810.
HSL color Cylindrical-coordinate representation of color #124F71: hue angle of 201.47º degrees, saturation: 0.73, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #124F71 is Cyan = 0.84, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 18 | 79 | 113 | - |
| CMYK | 0.84 | 0.30 | 0 | 0.56 |
| HSL | 201.47º | 0.73% | 0.26% | - |
| HSV(B) | 201.47º | 0.84% | 0.44% | - |
| XYZ | 6.03 | 6.91 | 16.64 | - |
| YUV | 64.64 | 155.29 | 94.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 79 | 113 | 0.84 | 0.30 | 0 | 0.56 | 201.47 | 0.73 | 0.26 |
| Hex | 12 | 4F | 71 | 54 | 1E | 0 | 38 | C9 | 49 | 1A |
| Octal | 22 | 117 | 161 | 124 | 36 | 0 | 70 | 311 | 111 | 32 |
| Binary | 10010 | 1001111 | 1110001 | 1010100 | 11110 | 0 | 111000 | 11001001 | 1001001 | 11010 |
Color Harmonies of #124F71
Complementary color
Monochromatic Colors of #124F71
Black with #124F71
Text Example
Text Example
White with #124F71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #124F71; }
p { color: rgb(18,79,113); }
H1.HeaderClassName
{
color: #124F71;
}
.AnyTagClassName
{
color: #124F71;
}
</style>
background-color css
<style>
a { background-color: #124F71; }
a { background-color: rgb(18,79,113); }
div.DivClassName
{
background-color: #124F71;
}
.BgClassName
{
background-color: #124F71;
}
</style>
border-color css
<style>
span { border-color: #124F71; }
span { border-color: rgb(18,79,113); }
td.TdClassName
{
border-color: #124F71;
}
.TagClassName
{
border-color: #124F71;
}
</style>