Shades of Navy Blue #124EFA
Tints of Navy Blue #124EFA
RGB
CMYK
RGB Variations
Color information
#124EFA (or 0x124EFA) is known color: Navy Blue. HEX triplet: 12, 4E and FA. RGB value is (18,78,250). Sum of RGB (Red+Green+Blue) = 18+78+250=346 (45% of max value = 765). Red value is 18 (7.42% from 255 or 5.20% from 346); Green value is 78 (30.86% from 255 or 22.54% from 346); Blue value is 250 (98.05% from 255 or 72.25% from 346); Max value from RGB is 250 - color contains mainly: blue. Hex color #124EFA is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #124EFA is #EDB105. Grayscale: #4E4E4E. Windows color (decimal): -15577350 or 16403986. OLE color: 16403986.
HSL color Cylindrical-coordinate representation of color #124EFA: hue angle of 224.48º degrees, saturation: 0.96, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #124EFA is Cyan = 0.93, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 18 | 78 | 250 | - |
| CMYK | 0.93 | 0.69 | 0 | 0.02 |
| HSL | 224.48º | 0.96% | 0.53% | - |
| HSV(B) | 224.48º | 0.93% | 0.98% | - |
| XYZ | 20.23 | 12.48 | 91.79 | - |
| YUV | 79.67 | 224.12 | 84.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 78 | 250 | 0.93 | 0.69 | 0 | 0.02 | 224.48 | 0.96 | 0.53 |
| Hex | 12 | 4E | FA | 5D | 45 | 0 | 2 | E0 | 60 | 35 |
| Octal | 22 | 116 | 372 | 135 | 105 | 0 | 2 | 340 | 140 | 65 |
| Binary | 10010 | 1001110 | 11111010 | 1011101 | 1000101 | 0 | 10 | 11100000 | 1100000 | 110101 |
Color Harmonies of #124EFA
Complementary color
Monochromatic Colors of #124EFA
Black with #124EFA
Text Example
Text Example
White with #124EFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #124EFA; }
p { color: rgb(18,78,250); }
H1.HeaderClassName
{
color: #124EFA;
}
.AnyTagClassName
{
color: #124EFA;
}
</style>
background-color css
<style>
a { background-color: #124EFA; }
a { background-color: rgb(18,78,250); }
div.DivClassName
{
background-color: #124EFA;
}
.BgClassName
{
background-color: #124EFA;
}
</style>
border-color css
<style>
span { border-color: #124EFA; }
span { border-color: rgb(18,78,250); }
td.TdClassName
{
border-color: #124EFA;
}
.TagClassName
{
border-color: #124EFA;
}
</style>