Shades of Dark Cerulean #124E78
Tints of Dark Cerulean #124E78
RGB
CMYK
RGB Variations
Color information
#124E78 (or 0x124E78) is known color: Dark Cerulean. HEX triplet: 12, 4E and 78. RGB value is (18,78,120). Sum of RGB (Red+Green+Blue) = 18+78+120=216 (28% of max value = 765). Red value is 18 (7.42% from 255 or 8.33% from 216); Green value is 78 (30.86% from 255 or 36.11% from 216); Blue value is 120 (47.27% from 255 or 55.56% from 216); Max value from RGB is 120 - color contains mainly: blue. Hex color #124E78 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #124E78 is #EDB187. Grayscale: #404040. Windows color (decimal): -15577480 or 7884306. OLE color: 7884306.
HSL color Cylindrical-coordinate representation of color #124E78: hue angle of 204.71º degrees, saturation: 0.74, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #124E78 is Cyan = 0.85, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 18 | 78 | 120 | - |
| CMYK | 0.85 | 0.35 | 0 | 0.53 |
| HSL | 204.71º | 0.74% | 0.27% | - |
| HSV(B) | 204.71º | 0.85% | 0.47% | - |
| XYZ | 6.36 | 6.93 | 18.77 | - |
| YUV | 64.85 | 159.12 | 94.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 78 | 120 | 0.85 | 0.35 | 0 | 0.53 | 204.71 | 0.74 | 0.27 |
| Hex | 12 | 4E | 78 | 55 | 23 | 0 | 35 | CD | 4A | 1B |
| Octal | 22 | 116 | 170 | 125 | 43 | 0 | 65 | 315 | 112 | 33 |
| Binary | 10010 | 1001110 | 1111000 | 1010101 | 100011 | 0 | 110101 | 11001101 | 1001010 | 11011 |
Color Harmonies of #124E78
Complementary color
Monochromatic Colors of #124E78
Black with #124E78
Text Example
Text Example
White with #124E78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #124E78; }
p { color: rgb(18,78,120); }
H1.HeaderClassName
{
color: #124E78;
}
.AnyTagClassName
{
color: #124E78;
}
</style>
background-color css
<style>
a { background-color: #124E78; }
a { background-color: rgb(18,78,120); }
div.DivClassName
{
background-color: #124E78;
}
.BgClassName
{
background-color: #124E78;
}
</style>
border-color css
<style>
span { border-color: #124E78; }
span { border-color: rgb(18,78,120); }
td.TdClassName
{
border-color: #124E78;
}
.TagClassName
{
border-color: #124E78;
}
</style>