Shades of Navy Blue #124EF5
Tints of Navy Blue #124EF5
RGB
CMYK
RGB Variations
Color information
#124EF5 (or 0x124EF5) is known color: Navy Blue. HEX triplet: 12, 4E and F5. RGB value is (18,78,245). Sum of RGB (Red+Green+Blue) = 18+78+245=341 (45% of max value = 765). Red value is 18 (7.42% from 255 or 5.28% from 341); Green value is 78 (30.86% from 255 or 22.87% from 341); Blue value is 245 (96.09% from 255 or 71.85% from 341); Max value from RGB is 245 - color contains mainly: blue. Hex color #124EF5 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #124EF5 is #EDB10A. Grayscale: #4E4E4E. Windows color (decimal): -15577355 or 16076306. OLE color: 16076306.
HSL color Cylindrical-coordinate representation of color #124EF5: hue angle of 224.14º degrees, saturation: 0.92, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #124EF5 is Cyan = 0.93, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 18 | 78 | 245 | - |
| CMYK | 0.93 | 0.68 | 0 | 0.04 |
| HSL | 224.14º | 0.92% | 0.52% | - |
| HSV(B) | 224.14º | 0.93% | 0.96% | - |
| XYZ | 19.46 | 12.17 | 87.71 | - |
| YUV | 79.1 | 221.62 | 84.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 78 | 245 | 0.93 | 0.68 | 0 | 0.04 | 224.14 | 0.92 | 0.52 |
| Hex | 12 | 4E | F5 | 5D | 44 | 0 | 4 | E0 | 5C | 34 |
| Octal | 22 | 116 | 365 | 135 | 104 | 0 | 4 | 340 | 134 | 64 |
| Binary | 10010 | 1001110 | 11110101 | 1011101 | 1000100 | 0 | 100 | 11100000 | 1011100 | 110100 |
Color Harmonies of #124EF5
Complementary color
Monochromatic Colors of #124EF5
Black with #124EF5
Text Example
Text Example
White with #124EF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #124EF5; }
p { color: rgb(18,78,245); }
H1.HeaderClassName
{
color: #124EF5;
}
.AnyTagClassName
{
color: #124EF5;
}
</style>
background-color css
<style>
a { background-color: #124EF5; }
a { background-color: rgb(18,78,245); }
div.DivClassName
{
background-color: #124EF5;
}
.BgClassName
{
background-color: #124EF5;
}
</style>
border-color css
<style>
span { border-color: #124EF5; }
span { border-color: rgb(18,78,245); }
td.TdClassName
{
border-color: #124EF5;
}
.TagClassName
{
border-color: #124EF5;
}
</style>