Shades of Navy Blue #124EE0
Tints of Navy Blue #124EE0
RGB
CMYK
RGB Variations
Color information
#124EE0 (or 0x124EE0) is known color: Navy Blue. HEX triplet: 12, 4E and E0. RGB value is (18,78,224). Sum of RGB (Red+Green+Blue) = 18+78+224=320 (42% of max value = 765). Red value is 18 (7.42% from 255 or 5.62% from 320); Green value is 78 (30.86% from 255 or 24.38% from 320); Blue value is 224 (87.89% from 255 or 70% from 320); Max value from RGB is 224 - color contains mainly: blue. Hex color #124EE0 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #124EE0 is #EDB11F. Grayscale: #4C4C4C. Windows color (decimal): -15577376 or 14700050. OLE color: 14700050.
HSL color Cylindrical-coordinate representation of color #124EE0: hue angle of 222.52º degrees, saturation: 0.85, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #124EE0 is Cyan = 0.92, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 18 | 78 | 224 | - |
| CMYK | 0.92 | 0.65 | 0 | 0.12 |
| HSL | 222.52º | 0.85% | 0.47% | - |
| HSV(B) | 222.52º | 0.92% | 0.88% | - |
| XYZ | 16.43 | 10.96 | 71.77 | - |
| YUV | 76.7 | 211.12 | 86.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 78 | 224 | 0.92 | 0.65 | 0 | 0.12 | 222.52 | 0.85 | 0.47 |
| Hex | 12 | 4E | E0 | 5C | 41 | 0 | C | DF | 55 | 2F |
| Octal | 22 | 116 | 340 | 134 | 101 | 0 | 14 | 337 | 125 | 57 |
| Binary | 10010 | 1001110 | 11100000 | 1011100 | 1000001 | 0 | 1100 | 11011111 | 1010101 | 101111 |
Color Harmonies of #124EE0
Complementary color
Monochromatic Colors of #124EE0
Black with #124EE0
Text Example
Text Example
White with #124EE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #124EE0; }
p { color: rgb(18,78,224); }
H1.HeaderClassName
{
color: #124EE0;
}
.AnyTagClassName
{
color: #124EE0;
}
</style>
background-color css
<style>
a { background-color: #124EE0; }
a { background-color: rgb(18,78,224); }
div.DivClassName
{
background-color: #124EE0;
}
.BgClassName
{
background-color: #124EE0;
}
</style>
border-color css
<style>
span { border-color: #124EE0; }
span { border-color: rgb(18,78,224); }
td.TdClassName
{
border-color: #124EE0;
}
.TagClassName
{
border-color: #124EE0;
}
</style>