Shades of Navy Blue #124EF8
Tints of Navy Blue #124EF8
RGB
CMYK
RGB Variations
Color information
#124EF8 (or 0x124EF8) is known color: Navy Blue. HEX triplet: 12, 4E and F8. RGB value is (18,78,248). Sum of RGB (Red+Green+Blue) = 18+78+248=344 (45% of max value = 765). Red value is 18 (7.42% from 255 or 5.23% from 344); Green value is 78 (30.86% from 255 or 22.67% from 344); Blue value is 248 (97.27% from 255 or 72.09% from 344); Max value from RGB is 248 - color contains mainly: blue. Hex color #124EF8 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #124EF8 is #EDB107. Grayscale: #4E4E4E. Windows color (decimal): -15577352 or 16272914. OLE color: 16272914.
HSL color Cylindrical-coordinate representation of color #124EF8: hue angle of 224.35º degrees, saturation: 0.94, 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 #124EF8 is Cyan = 0.93, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 18 | 78 | 248 | - |
| CMYK | 0.93 | 0.69 | 0 | 0.03 |
| HSL | 224.35º | 0.94% | 0.52% | - |
| HSV(B) | 224.35º | 0.93% | 0.97% | - |
| XYZ | 19.92 | 12.35 | 90.14 | - |
| YUV | 79.44 | 223.12 | 84.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 78 | 248 | 0.93 | 0.69 | 0 | 0.03 | 224.35 | 0.94 | 0.52 |
| Hex | 12 | 4E | F8 | 5D | 45 | 0 | 3 | E0 | 5E | 34 |
| Octal | 22 | 116 | 370 | 135 | 105 | 0 | 3 | 340 | 136 | 64 |
| Binary | 10010 | 1001110 | 11111000 | 1011101 | 1000101 | 0 | 11 | 11100000 | 1011110 | 110100 |
Color Harmonies of #124EF8
Complementary color
Monochromatic Colors of #124EF8
Black with #124EF8
Text Example
Text Example
White with #124EF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #124EF8; }
p { color: rgb(18,78,248); }
H1.HeaderClassName
{
color: #124EF8;
}
.AnyTagClassName
{
color: #124EF8;
}
</style>
background-color css
<style>
a { background-color: #124EF8; }
a { background-color: rgb(18,78,248); }
div.DivClassName
{
background-color: #124EF8;
}
.BgClassName
{
background-color: #124EF8;
}
</style>
border-color css
<style>
span { border-color: #124EF8; }
span { border-color: rgb(18,78,248); }
td.TdClassName
{
border-color: #124EF8;
}
.TagClassName
{
border-color: #124EF8;
}
</style>