Shades of Navy Blue #124EF7
Tints of Navy Blue #124EF7
RGB
CMYK
RGB Variations
Color information
#124EF7 (or 0x124EF7) is known color: Navy Blue. HEX triplet: 12, 4E and F7. RGB value is (18,78,247). Sum of RGB (Red+Green+Blue) = 18+78+247=343 (45% of max value = 765). Red value is 18 (7.42% from 255 or 5.25% from 343); Green value is 78 (30.86% from 255 or 22.74% from 343); Blue value is 247 (96.88% from 255 or 72.01% from 343); Max value from RGB is 247 - color contains mainly: blue. Hex color #124EF7 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #124EF7 is #EDB108. Grayscale: #4E4E4E. Windows color (decimal): -15577353 or 16207378. OLE color: 16207378.
HSL color Cylindrical-coordinate representation of color #124EF7: hue angle of 224.28º degrees, saturation: 0.93, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #124EF7 is Cyan = 0.93, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 18 | 78 | 247 | - |
| CMYK | 0.93 | 0.68 | 0 | 0.03 |
| HSL | 224.28º | 0.93% | 0.52% | - |
| HSV(B) | 224.28º | 0.93% | 0.97% | - |
| XYZ | 19.76 | 12.29 | 89.33 | - |
| YUV | 79.33 | 222.62 | 84.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 78 | 247 | 0.93 | 0.68 | 0 | 0.03 | 224.28 | 0.93 | 0.52 |
| Hex | 12 | 4E | F7 | 5D | 44 | 0 | 3 | E0 | 5D | 34 |
| Octal | 22 | 116 | 367 | 135 | 104 | 0 | 3 | 340 | 135 | 64 |
| Binary | 10010 | 1001110 | 11110111 | 1011101 | 1000100 | 0 | 11 | 11100000 | 1011101 | 110100 |
Color Harmonies of #124EF7
Complementary color
Monochromatic Colors of #124EF7
Black with #124EF7
Text Example
Text Example
White with #124EF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #124EF7; }
p { color: rgb(18,78,247); }
H1.HeaderClassName
{
color: #124EF7;
}
.AnyTagClassName
{
color: #124EF7;
}
</style>
background-color css
<style>
a { background-color: #124EF7; }
a { background-color: rgb(18,78,247); }
div.DivClassName
{
background-color: #124EF7;
}
.BgClassName
{
background-color: #124EF7;
}
</style>
border-color css
<style>
span { border-color: #124EF7; }
span { border-color: rgb(18,78,247); }
td.TdClassName
{
border-color: #124EF7;
}
.TagClassName
{
border-color: #124EF7;
}
</style>