Shades of Navy Blue #124EEF
Tints of Navy Blue #124EEF
RGB
CMYK
RGB Variations
Color information
#124EEF (or 0x124EEF) is known color: Navy Blue. HEX triplet: 12, 4E and EF. RGB value is (18,78,239). Sum of RGB (Red+Green+Blue) = 18+78+239=335 (44% of max value = 765). Red value is 18 (7.42% from 255 or 5.37% from 335); Green value is 78 (30.86% from 255 or 23.28% from 335); Blue value is 239 (93.75% from 255 or 71.34% from 335); Max value from RGB is 239 - color contains mainly: blue. Hex color #124EEF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #124EEF is #EDB110. Grayscale: #4D4D4D. Windows color (decimal): -15577361 or 15683090. OLE color: 15683090.
HSL color Cylindrical-coordinate representation of color #124EEF: hue angle of 223.71º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #124EEF is Cyan = 0.92, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 18 | 78 | 239 | - |
| CMYK | 0.92 | 0.67 | 0 | 0.06 |
| HSL | 223.71º | 0.87% | 0.5% | - |
| HSV(B) | 223.71º | 0.92% | 0.94% | - |
| XYZ | 18.55 | 11.81 | 82.96 | - |
| YUV | 78.41 | 218.62 | 84.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 78 | 239 | 0.92 | 0.67 | 0 | 0.06 | 223.71 | 0.87 | 0.5 |
| Hex | 12 | 4E | EF | 5C | 43 | 0 | 6 | E0 | 57 | 32 |
| Octal | 22 | 116 | 357 | 134 | 103 | 0 | 6 | 340 | 127 | 62 |
| Binary | 10010 | 1001110 | 11101111 | 1011100 | 1000011 | 0 | 110 | 11100000 | 1010111 | 110010 |
Color Harmonies of #124EEF
Complementary color
Monochromatic Colors of #124EEF
Black with #124EEF
Text Example
Text Example
White with #124EEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #124EEF; }
p { color: rgb(18,78,239); }
H1.HeaderClassName
{
color: #124EEF;
}
.AnyTagClassName
{
color: #124EEF;
}
</style>
background-color css
<style>
a { background-color: #124EEF; }
a { background-color: rgb(18,78,239); }
div.DivClassName
{
background-color: #124EEF;
}
.BgClassName
{
background-color: #124EEF;
}
</style>
border-color css
<style>
span { border-color: #124EEF; }
span { border-color: rgb(18,78,239); }
td.TdClassName
{
border-color: #124EEF;
}
.TagClassName
{
border-color: #124EEF;
}
</style>