Shades of Navy Blue #124FDD
Tints of Navy Blue #124FDD
RGB
CMYK
RGB Variations
Color information
#124FDD (or 0x124FDD) is known color: Navy Blue. HEX triplet: 12, 4F and DD. RGB value is (18,79,221). Sum of RGB (Red+Green+Blue) = 18+79+221=318 (42% of max value = 765). Red value is 18 (7.42% from 255 or 5.66% from 318); Green value is 79 (31.25% from 255 or 24.84% from 318); Blue value is 221 (86.72% from 255 or 69.50% from 318); Max value from RGB is 221 - color contains mainly: blue. Hex color #124FDD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #124FDD is #EDB022. Grayscale: #4C4C4C. Windows color (decimal): -15577123 or 14503698. OLE color: 14503698.
HSL color Cylindrical-coordinate representation of color #124FDD: hue angle of 221.97º 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 #124FDD is Cyan = 0.92, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 18 | 79 | 221 | - |
| CMYK | 0.92 | 0.64 | 0 | 0.13 |
| HSL | 221.97º | 0.85% | 0.47% | - |
| HSV(B) | 221.97º | 0.92% | 0.87% | - |
| XYZ | 16.1 | 10.94 | 69.67 | - |
| YUV | 76.95 | 209.29 | 85.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 79 | 221 | 0.92 | 0.64 | 0 | 0.13 | 221.97 | 0.85 | 0.47 |
| Hex | 12 | 4F | DD | 5C | 40 | 0 | D | DE | 55 | 2F |
| Octal | 22 | 117 | 335 | 134 | 100 | 0 | 15 | 336 | 125 | 57 |
| Binary | 10010 | 1001111 | 11011101 | 1011100 | 1000000 | 0 | 1101 | 11011110 | 1010101 | 101111 |
Color Harmonies of #124FDD
Complementary color
Monochromatic Colors of #124FDD
Black with #124FDD
Text Example
Text Example
White with #124FDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #124FDD; }
p { color: rgb(18,79,221); }
H1.HeaderClassName
{
color: #124FDD;
}
.AnyTagClassName
{
color: #124FDD;
}
</style>
background-color css
<style>
a { background-color: #124FDD; }
a { background-color: rgb(18,79,221); }
div.DivClassName
{
background-color: #124FDD;
}
.BgClassName
{
background-color: #124FDD;
}
</style>
border-color css
<style>
span { border-color: #124FDD; }
span { border-color: rgb(18,79,221); }
td.TdClassName
{
border-color: #124FDD;
}
.TagClassName
{
border-color: #124FDD;
}
</style>