Shades of Dark Cerulean #124875
Tints of Dark Cerulean #124875
RGB
CMYK
RGB Variations
Color information
#124875 (or 0x124875) is known color: Dark Cerulean. HEX triplet: 12, 48 and 75. RGB value is (18,72,117). Sum of RGB (Red+Green+Blue) = 18+72+117=207 (27% of max value = 765). Red value is 18 (7.42% from 255 or 8.70% from 207); Green value is 72 (28.52% from 255 or 34.78% from 207); Blue value is 117 (46.09% from 255 or 56.52% from 207); Max value from RGB is 117 - color contains mainly: blue. Hex color #124875 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #124875 is #EDB78A. Grayscale: #3C3C3C. Windows color (decimal): -15579019 or 7686162. OLE color: 7686162.
HSL color Cylindrical-coordinate representation of color #124875: hue angle of 207.27º degrees, saturation: 0.73, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #124875 is Cyan = 0.85, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 18 | 72 | 117 | - |
| CMYK | 0.85 | 0.38 | 0 | 0.54 |
| HSL | 207.27º | 0.73% | 0.26% | - |
| HSV(B) | 207.27º | 0.85% | 0.46% | - |
| XYZ | 5.78 | 6.05 | 17.69 | - |
| YUV | 60.98 | 159.61 | 97.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 72 | 117 | 0.85 | 0.38 | 0 | 0.54 | 207.27 | 0.73 | 0.26 |
| Hex | 12 | 48 | 75 | 55 | 26 | 0 | 36 | CF | 49 | 1A |
| Octal | 22 | 110 | 165 | 125 | 46 | 0 | 66 | 317 | 111 | 32 |
| Binary | 10010 | 1001000 | 1110101 | 1010101 | 100110 | 0 | 110110 | 11001111 | 1001001 | 11010 |
Color Harmonies of #124875
Complementary color
Monochromatic Colors of #124875
Black with #124875
Text Example
Text Example
White with #124875
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #124875; }
p { color: rgb(18,72,117); }
H1.HeaderClassName
{
color: #124875;
}
.AnyTagClassName
{
color: #124875;
}
</style>
background-color css
<style>
a { background-color: #124875; }
a { background-color: rgb(18,72,117); }
div.DivClassName
{
background-color: #124875;
}
.BgClassName
{
background-color: #124875;
}
</style>
border-color css
<style>
span { border-color: #124875; }
span { border-color: rgb(18,72,117); }
td.TdClassName
{
border-color: #124875;
}
.TagClassName
{
border-color: #124875;
}
</style>