Shades of Navy Blue #124EE6
Tints of Navy Blue #124EE6
RGB
CMYK
RGB Variations
Color information
#124EE6 (or 0x124EE6) is known color: Navy Blue. HEX triplet: 12, 4E and E6. RGB value is (18,78,230). Sum of RGB (Red+Green+Blue) = 18+78+230=326 (43% of max value = 765). Red value is 18 (7.42% from 255 or 5.52% from 326); Green value is 78 (30.86% from 255 or 23.93% from 326); Blue value is 230 (90.23% from 255 or 70.55% from 326); Max value from RGB is 230 - color contains mainly: blue. Hex color #124EE6 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #124EE6 is #EDB119. Grayscale: #4C4C4C. Windows color (decimal): -15577370 or 15093266. OLE color: 15093266.
HSL color Cylindrical-coordinate representation of color #124EE6: hue angle of 223.02º degrees, saturation: 0.85, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #124EE6 is Cyan = 0.92, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 18 | 78 | 230 | - |
| CMYK | 0.92 | 0.66 | 0 | 0.10 |
| HSL | 223.02º | 0.85% | 0.49% | - |
| HSV(B) | 223.02º | 0.92% | 0.9% | - |
| XYZ | 17.26 | 11.29 | 76.13 | - |
| YUV | 77.39 | 214.12 | 85.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 78 | 230 | 0.92 | 0.66 | 0 | 0.10 | 223.02 | 0.85 | 0.49 |
| Hex | 12 | 4E | E6 | 5C | 42 | 0 | A | DF | 55 | 31 |
| Octal | 22 | 116 | 346 | 134 | 102 | 0 | 12 | 337 | 125 | 61 |
| Binary | 10010 | 1001110 | 11100110 | 1011100 | 1000010 | 0 | 1010 | 11011111 | 1010101 | 110001 |
Color Harmonies of #124EE6
Complementary color
Monochromatic Colors of #124EE6
Black with #124EE6
Text Example
Text Example
White with #124EE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #124EE6; }
p { color: rgb(18,78,230); }
H1.HeaderClassName
{
color: #124EE6;
}
.AnyTagClassName
{
color: #124EE6;
}
</style>
background-color css
<style>
a { background-color: #124EE6; }
a { background-color: rgb(18,78,230); }
div.DivClassName
{
background-color: #124EE6;
}
.BgClassName
{
background-color: #124EE6;
}
</style>
border-color css
<style>
span { border-color: #124EE6; }
span { border-color: rgb(18,78,230); }
td.TdClassName
{
border-color: #124EE6;
}
.TagClassName
{
border-color: #124EE6;
}
</style>