Shades of Dark Cerulean #124E83
Tints of Dark Cerulean #124E83
RGB
CMYK
RGB Variations
Color information
#124E83 (or 0x124E83) is known color: Dark Cerulean. HEX triplet: 12, 4E and 83. RGB value is (18,78,131). Sum of RGB (Red+Green+Blue) = 18+78+131=227 (30% of max value = 765). Red value is 18 (7.42% from 255 or 7.93% from 227); Green value is 78 (30.86% from 255 or 34.36% from 227); Blue value is 131 (51.56% from 255 or 57.71% from 227); Max value from RGB is 131 - color contains mainly: blue. Hex color #124E83 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #124E83 is #EDB17C. Grayscale: #414141. Windows color (decimal): -15577469 or 8605202. OLE color: 8605202.
HSL color Cylindrical-coordinate representation of color #124E83: hue angle of 208.14º degrees, saturation: 0.76, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #124E83 is Cyan = 0.86, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 18 | 78 | 131 | - |
| CMYK | 0.86 | 0.40 | 0 | 0.49 |
| HSL | 208.14º | 0.76% | 0.29% | - |
| HSV(B) | 208.14º | 0.86% | 0.51% | - |
| XYZ | 7.07 | 7.22 | 22.49 | - |
| YUV | 66.1 | 164.62 | 93.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 78 | 131 | 0.86 | 0.40 | 0 | 0.49 | 208.14 | 0.76 | 0.29 |
| Hex | 12 | 4E | 83 | 56 | 28 | 0 | 31 | D0 | 4C | 1D |
| Octal | 22 | 116 | 203 | 126 | 50 | 0 | 61 | 320 | 114 | 35 |
| Binary | 10010 | 1001110 | 10000011 | 1010110 | 101000 | 0 | 110001 | 11010000 | 1001100 | 11101 |
Color Harmonies of #124E83
Complementary color
Monochromatic Colors of #124E83
Black with #124E83
Text Example
Text Example
White with #124E83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #124E83; }
p { color: rgb(18,78,131); }
H1.HeaderClassName
{
color: #124E83;
}
.AnyTagClassName
{
color: #124E83;
}
</style>
background-color css
<style>
a { background-color: #124E83; }
a { background-color: rgb(18,78,131); }
div.DivClassName
{
background-color: #124E83;
}
.BgClassName
{
background-color: #124E83;
}
</style>
border-color css
<style>
span { border-color: #124E83; }
span { border-color: rgb(18,78,131); }
td.TdClassName
{
border-color: #124E83;
}
.TagClassName
{
border-color: #124E83;
}
</style>