Shades of Dark Cerulean #124D85
Tints of Dark Cerulean #124D85
RGB
CMYK
RGB Variations
Color information
#124D85 (or 0x124D85) is known color: Dark Cerulean. HEX triplet: 12, 4D and 85. RGB value is (18,77,133). Sum of RGB (Red+Green+Blue) = 18+77+133=228 (30% of max value = 765). Red value is 18 (7.42% from 255 or 7.89% from 228); Green value is 77 (30.47% from 255 or 33.77% from 228); Blue value is 133 (52.34% from 255 or 58.33% from 228); Max value from RGB is 133 - color contains mainly: blue. Hex color #124D85 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #124D85 is #EDB27A. Grayscale: #414141. Windows color (decimal): -15577723 or 8736018. OLE color: 8736018.
HSL color Cylindrical-coordinate representation of color #124D85: hue angle of 209.22º degrees, saturation: 0.76, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #124D85 is Cyan = 0.86, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 18 | 77 | 133 | - |
| CMYK | 0.86 | 0.42 | 0 | 0.48 |
| HSL | 209.22º | 0.76% | 0.3% | - |
| HSV(B) | 209.22º | 0.86% | 0.52% | - |
| XYZ | 7.14 | 7.13 | 23.19 | - |
| YUV | 65.74 | 165.95 | 93.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 77 | 133 | 0.86 | 0.42 | 0 | 0.48 | 209.22 | 0.76 | 0.3 |
| Hex | 12 | 4D | 85 | 56 | 2A | 0 | 30 | D1 | 4C | 1E |
| Octal | 22 | 115 | 205 | 126 | 52 | 0 | 60 | 321 | 114 | 36 |
| Binary | 10010 | 1001101 | 10000101 | 1010110 | 101010 | 0 | 110000 | 11010001 | 1001100 | 11110 |
Color Harmonies of #124D85
Complementary color
Monochromatic Colors of #124D85
Black with #124D85
Text Example
Text Example
White with #124D85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #124D85; }
p { color: rgb(18,77,133); }
H1.HeaderClassName
{
color: #124D85;
}
.AnyTagClassName
{
color: #124D85;
}
</style>
background-color css
<style>
a { background-color: #124D85; }
a { background-color: rgb(18,77,133); }
div.DivClassName
{
background-color: #124D85;
}
.BgClassName
{
background-color: #124D85;
}
</style>
border-color css
<style>
span { border-color: #124D85; }
span { border-color: rgb(18,77,133); }
td.TdClassName
{
border-color: #124D85;
}
.TagClassName
{
border-color: #124D85;
}
</style>