Shades of Navy Blue #124FE2
Tints of Navy Blue #124FE2
RGB
CMYK
RGB Variations
Color information
#124FE2 (or 0x124FE2) is known color: Navy Blue. HEX triplet: 12, 4F and E2. RGB value is (18,79,226). Sum of RGB (Red+Green+Blue) = 18+79+226=323 (42% of max value = 765). Red value is 18 (7.42% from 255 or 5.57% from 323); Green value is 79 (31.25% from 255 or 24.46% from 323); Blue value is 226 (88.67% from 255 or 69.97% from 323); Max value from RGB is 226 - color contains mainly: blue. Hex color #124FE2 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #124FE2 is #EDB01D. Grayscale: #4C4C4C. Windows color (decimal): -15577118 or 14831378. OLE color: 14831378.
HSL color Cylindrical-coordinate representation of color #124FE2: hue angle of 222.4º 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 #124FE2 is Cyan = 0.92, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 18 | 79 | 226 | - |
| CMYK | 0.92 | 0.65 | 0 | 0.11 |
| HSL | 222.4º | 0.85% | 0.48% | - |
| HSV(B) | 222.4º | 0.92% | 0.89% | - |
| XYZ | 16.77 | 11.21 | 73.23 | - |
| YUV | 77.52 | 211.79 | 85.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 79 | 226 | 0.92 | 0.65 | 0 | 0.11 | 222.4 | 0.85 | 0.48 |
| Hex | 12 | 4F | E2 | 5C | 41 | 0 | B | DE | 55 | 30 |
| Octal | 22 | 117 | 342 | 134 | 101 | 0 | 13 | 336 | 125 | 60 |
| Binary | 10010 | 1001111 | 11100010 | 1011100 | 1000001 | 0 | 1011 | 11011110 | 1010101 | 110000 |
Color Harmonies of #124FE2
Complementary color
Monochromatic Colors of #124FE2
Black with #124FE2
Text Example
Text Example
White with #124FE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #124FE2; }
p { color: rgb(18,79,226); }
H1.HeaderClassName
{
color: #124FE2;
}
.AnyTagClassName
{
color: #124FE2;
}
</style>
background-color css
<style>
a { background-color: #124FE2; }
a { background-color: rgb(18,79,226); }
div.DivClassName
{
background-color: #124FE2;
}
.BgClassName
{
background-color: #124FE2;
}
</style>
border-color css
<style>
span { border-color: #124FE2; }
span { border-color: rgb(18,79,226); }
td.TdClassName
{
border-color: #124FE2;
}
.TagClassName
{
border-color: #124FE2;
}
</style>