Shades of Navy Blue #124EF3
Tints of Navy Blue #124EF3
RGB
CMYK
RGB Variations
Color information
#124EF3 (or 0x124EF3) is known color: Navy Blue. HEX triplet: 12, 4E and F3. RGB value is (18,78,243). Sum of RGB (Red+Green+Blue) = 18+78+243=339 (44% of max value = 765). Red value is 18 (7.42% from 255 or 5.31% from 339); Green value is 78 (30.86% from 255 or 23.01% from 339); Blue value is 243 (95.31% from 255 or 71.68% from 339); Max value from RGB is 243 - color contains mainly: blue. Hex color #124EF3 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #124EF3 is #EDB10C. Grayscale: #4E4E4E. Windows color (decimal): -15577357 or 15945234. OLE color: 15945234.
HSL color Cylindrical-coordinate representation of color #124EF3: hue angle of 224º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #124EF3 is Cyan = 0.93, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 18 | 78 | 243 | - |
| CMYK | 0.93 | 0.68 | 0 | 0.05 |
| HSL | 224º | 0.9% | 0.51% | - |
| HSV(B) | 224º | 0.93% | 0.95% | - |
| XYZ | 19.15 | 12.05 | 86.11 | - |
| YUV | 78.87 | 220.62 | 84.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 78 | 243 | 0.93 | 0.68 | 0 | 0.05 | 224 | 0.9 | 0.51 |
| Hex | 12 | 4E | F3 | 5D | 44 | 0 | 5 | E0 | 5A | 33 |
| Octal | 22 | 116 | 363 | 135 | 104 | 0 | 5 | 340 | 132 | 63 |
| Binary | 10010 | 1001110 | 11110011 | 1011101 | 1000100 | 0 | 101 | 11100000 | 1011010 | 110011 |
Color Harmonies of #124EF3
Complementary color
Monochromatic Colors of #124EF3
Black with #124EF3
Text Example
Text Example
White with #124EF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #124EF3; }
p { color: rgb(18,78,243); }
H1.HeaderClassName
{
color: #124EF3;
}
.AnyTagClassName
{
color: #124EF3;
}
</style>
background-color css
<style>
a { background-color: #124EF3; }
a { background-color: rgb(18,78,243); }
div.DivClassName
{
background-color: #124EF3;
}
.BgClassName
{
background-color: #124EF3;
}
</style>
border-color css
<style>
span { border-color: #124EF3; }
span { border-color: rgb(18,78,243); }
td.TdClassName
{
border-color: #124EF3;
}
.TagClassName
{
border-color: #124EF3;
}
</style>