Shades of Navy Blue #124FDE
Tints of Navy Blue #124FDE
RGB
CMYK
RGB Variations
Color information
#124FDE (or 0x124FDE) is known color: Navy Blue. HEX triplet: 12, 4F and DE. RGB value is (18,79,222). Sum of RGB (Red+Green+Blue) = 18+79+222=319 (42% of max value = 765). Red value is 18 (7.42% from 255 or 5.64% from 319); Green value is 79 (31.25% from 255 or 24.76% from 319); Blue value is 222 (87.11% from 255 or 69.59% from 319); Max value from RGB is 222 - color contains mainly: blue. Hex color #124FDE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #124FDE is #EDB021. Grayscale: #4C4C4C. Windows color (decimal): -15577122 or 14569234. OLE color: 14569234.
HSL color Cylindrical-coordinate representation of color #124FDE: hue angle of 222.06º degrees, saturation: 0.85, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #124FDE is Cyan = 0.92, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 18 | 79 | 222 | - |
| CMYK | 0.92 | 0.64 | 0 | 0.13 |
| HSL | 222.06º | 0.85% | 0.47% | - |
| HSV(B) | 222.06º | 0.92% | 0.87% | - |
| XYZ | 16.23 | 10.99 | 70.37 | - |
| YUV | 77.06 | 209.79 | 85.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 79 | 222 | 0.92 | 0.64 | 0 | 0.13 | 222.06 | 0.85 | 0.47 |
| Hex | 12 | 4F | DE | 5C | 40 | 0 | D | DE | 55 | 2F |
| Octal | 22 | 117 | 336 | 134 | 100 | 0 | 15 | 336 | 125 | 57 |
| Binary | 10010 | 1001111 | 11011110 | 1011100 | 1000000 | 0 | 1101 | 11011110 | 1010101 | 101111 |
Color Harmonies of #124FDE
Complementary color
Monochromatic Colors of #124FDE
Black with #124FDE
Text Example
Text Example
White with #124FDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #124FDE; }
p { color: rgb(18,79,222); }
H1.HeaderClassName
{
color: #124FDE;
}
.AnyTagClassName
{
color: #124FDE;
}
</style>
background-color css
<style>
a { background-color: #124FDE; }
a { background-color: rgb(18,79,222); }
div.DivClassName
{
background-color: #124FDE;
}
.BgClassName
{
background-color: #124FDE;
}
</style>
border-color css
<style>
span { border-color: #124FDE; }
span { border-color: rgb(18,79,222); }
td.TdClassName
{
border-color: #124FDE;
}
.TagClassName
{
border-color: #124FDE;
}
</style>