Shades of Navy Blue #124FEC
Tints of Navy Blue #124FEC
RGB
CMYK
RGB Variations
Color information
#124FEC (or 0x124FEC) is known color: Navy Blue. HEX triplet: 12, 4F and EC. RGB value is (18,79,236). Sum of RGB (Red+Green+Blue) = 18+79+236=333 (44% of max value = 765). Red value is 18 (7.42% from 255 or 5.41% from 333); Green value is 79 (31.25% from 255 or 23.72% from 333); Blue value is 236 (92.58% from 255 or 70.87% from 333); Max value from RGB is 236 - color contains mainly: blue. Hex color #124FEC is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #124FEC is #EDB013. Grayscale: #4D4D4D. Windows color (decimal): -15577108 or 15486738. OLE color: 15486738.
HSL color Cylindrical-coordinate representation of color #124FEC: hue angle of 223.21º 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 #124FEC is Cyan = 0.92, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 18 | 79 | 236 | - |
| CMYK | 0.92 | 0.67 | 0 | 0.07 |
| HSL | 223.21º | 0.86% | 0.5% | - |
| HSV(B) | 223.21º | 0.92% | 0.93% | - |
| XYZ | 18.19 | 11.78 | 80.67 | - |
| YUV | 78.66 | 216.79 | 84.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 79 | 236 | 0.92 | 0.67 | 0 | 0.07 | 223.21 | 0.86 | 0.5 |
| Hex | 12 | 4F | EC | 5C | 43 | 0 | 7 | DF | 56 | 32 |
| Octal | 22 | 117 | 354 | 134 | 103 | 0 | 7 | 337 | 126 | 62 |
| Binary | 10010 | 1001111 | 11101100 | 1011100 | 1000011 | 0 | 111 | 11011111 | 1010110 | 110010 |
Color Harmonies of #124FEC
Complementary color
Monochromatic Colors of #124FEC
Black with #124FEC
Text Example
Text Example
White with #124FEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #124FEC; }
p { color: rgb(18,79,236); }
H1.HeaderClassName
{
color: #124FEC;
}
.AnyTagClassName
{
color: #124FEC;
}
</style>
background-color css
<style>
a { background-color: #124FEC; }
a { background-color: rgb(18,79,236); }
div.DivClassName
{
background-color: #124FEC;
}
.BgClassName
{
background-color: #124FEC;
}
</style>
border-color css
<style>
span { border-color: #124FEC; }
span { border-color: rgb(18,79,236); }
td.TdClassName
{
border-color: #124FEC;
}
.TagClassName
{
border-color: #124FEC;
}
</style>