Shades of Navy Blue #124EE3
Tints of Navy Blue #124EE3
RGB
CMYK
RGB Variations
Color information
#124EE3 (or 0x124EE3) is known color: Navy Blue. HEX triplet: 12, 4E and E3. RGB value is (18,78,227). Sum of RGB (Red+Green+Blue) = 18+78+227=323 (42% of max value = 765). Red value is 18 (7.42% from 255 or 5.57% from 323); Green value is 78 (30.86% from 255 or 24.15% from 323); Blue value is 227 (89.06% from 255 or 70.28% from 323); Max value from RGB is 227 - color contains mainly: blue. Hex color #124EE3 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #124EE3 is #EDB11C. Grayscale: #4C4C4C. Windows color (decimal): -15577373 or 14896658. OLE color: 14896658.
HSL color Cylindrical-coordinate representation of color #124EE3: hue angle of 222.78º degrees, saturation: 0.85, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #124EE3 is Cyan = 0.92, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 18 | 78 | 227 | - |
| CMYK | 0.92 | 0.66 | 0 | 0.11 |
| HSL | 222.78º | 0.85% | 0.48% | - |
| HSV(B) | 222.78º | 0.92% | 0.89% | - |
| XYZ | 16.84 | 11.12 | 73.93 | - |
| YUV | 77.05 | 212.62 | 85.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 78 | 227 | 0.92 | 0.66 | 0 | 0.11 | 222.78 | 0.85 | 0.48 |
| Hex | 12 | 4E | E3 | 5C | 42 | 0 | B | DF | 55 | 30 |
| Octal | 22 | 116 | 343 | 134 | 102 | 0 | 13 | 337 | 125 | 60 |
| Binary | 10010 | 1001110 | 11100011 | 1011100 | 1000010 | 0 | 1011 | 11011111 | 1010101 | 110000 |
Color Harmonies of #124EE3
Complementary color
Monochromatic Colors of #124EE3
Black with #124EE3
Text Example
Text Example
White with #124EE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #124EE3; }
p { color: rgb(18,78,227); }
H1.HeaderClassName
{
color: #124EE3;
}
.AnyTagClassName
{
color: #124EE3;
}
</style>
background-color css
<style>
a { background-color: #124EE3; }
a { background-color: rgb(18,78,227); }
div.DivClassName
{
background-color: #124EE3;
}
.BgClassName
{
background-color: #124EE3;
}
</style>
border-color css
<style>
span { border-color: #124EE3; }
span { border-color: rgb(18,78,227); }
td.TdClassName
{
border-color: #124EE3;
}
.TagClassName
{
border-color: #124EE3;
}
</style>