Shades of Navy Blue #124EEC
Tints of Navy Blue #124EEC
RGB
CMYK
RGB Variations
Color information
#124EEC (or 0x124EEC) is known color: Navy Blue. HEX triplet: 12, 4E and EC. RGB value is (18,78,236). Sum of RGB (Red+Green+Blue) = 18+78+236=332 (43% of max value = 765). Red value is 18 (7.42% from 255 or 5.42% from 332); Green value is 78 (30.86% from 255 or 23.49% from 332); Blue value is 236 (92.58% from 255 or 71.08% from 332); Max value from RGB is 236 - color contains mainly: blue. Hex color #124EEC is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #124EEC is #EDB113. Grayscale: #4D4D4D. Windows color (decimal): -15577364 or 15486482. OLE color: 15486482.
HSL color Cylindrical-coordinate representation of color #124EEC: hue angle of 223.49º degrees, saturation: 0.86, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #124EEC is Cyan = 0.92, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 18 | 78 | 236 | - |
| CMYK | 0.92 | 0.67 | 0 | 0.07 |
| HSL | 223.49º | 0.86% | 0.5% | - |
| HSV(B) | 223.49º | 0.92% | 0.93% | - |
| XYZ | 18.11 | 11.63 | 80.65 | - |
| YUV | 78.07 | 217.12 | 85.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 78 | 236 | 0.92 | 0.67 | 0 | 0.07 | 223.49 | 0.86 | 0.5 |
| Hex | 12 | 4E | EC | 5C | 43 | 0 | 7 | DF | 56 | 32 |
| Octal | 22 | 116 | 354 | 134 | 103 | 0 | 7 | 337 | 126 | 62 |
| Binary | 10010 | 1001110 | 11101100 | 1011100 | 1000011 | 0 | 111 | 11011111 | 1010110 | 110010 |
Color Harmonies of #124EEC
Complementary color
Monochromatic Colors of #124EEC
Black with #124EEC
Text Example
Text Example
White with #124EEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #124EEC; }
p { color: rgb(18,78,236); }
H1.HeaderClassName
{
color: #124EEC;
}
.AnyTagClassName
{
color: #124EEC;
}
</style>
background-color css
<style>
a { background-color: #124EEC; }
a { background-color: rgb(18,78,236); }
div.DivClassName
{
background-color: #124EEC;
}
.BgClassName
{
background-color: #124EEC;
}
</style>
border-color css
<style>
span { border-color: #124EEC; }
span { border-color: rgb(18,78,236); }
td.TdClassName
{
border-color: #124EEC;
}
.TagClassName
{
border-color: #124EEC;
}
</style>