Shades of Navy Blue #124DDD
Tints of Navy Blue #124DDD
RGB
CMYK
RGB Variations
Color information
#124DDD (or 0x124DDD) is known color: Navy Blue. HEX triplet: 12, 4D and DD. RGB value is (18,77,221). Sum of RGB (Red+Green+Blue) = 18+77+221=316 (41% of max value = 765). Red value is 18 (7.42% from 255 or 5.70% from 316); Green value is 77 (30.47% from 255 or 24.37% from 316); Blue value is 221 (86.72% from 255 or 69.94% from 316); Max value from RGB is 221 - color contains mainly: blue. Hex color #124DDD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #124DDD is #EDB222. Grayscale: #4B4B4B. Windows color (decimal): -15577635 or 14503186. OLE color: 14503186.
HSL color Cylindrical-coordinate representation of color #124DDD: hue angle of 222.56º 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 #124DDD is Cyan = 0.92, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 18 | 77 | 221 | - |
| CMYK | 0.92 | 0.65 | 0 | 0.13 |
| HSL | 222.56º | 0.85% | 0.47% | - |
| HSV(B) | 222.56º | 0.92% | 0.87% | - |
| XYZ | 15.95 | 10.66 | 69.62 | - |
| YUV | 75.78 | 209.95 | 86.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 77 | 221 | 0.92 | 0.65 | 0 | 0.13 | 222.56 | 0.85 | 0.47 |
| Hex | 12 | 4D | DD | 5C | 41 | 0 | D | DF | 55 | 2F |
| Octal | 22 | 115 | 335 | 134 | 101 | 0 | 15 | 337 | 125 | 57 |
| Binary | 10010 | 1001101 | 11011101 | 1011100 | 1000001 | 0 | 1101 | 11011111 | 1010101 | 101111 |
Color Harmonies of #124DDD
Complementary color
Monochromatic Colors of #124DDD
Black with #124DDD
Text Example
Text Example
White with #124DDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #124DDD; }
p { color: rgb(18,77,221); }
H1.HeaderClassName
{
color: #124DDD;
}
.AnyTagClassName
{
color: #124DDD;
}
</style>
background-color css
<style>
a { background-color: #124DDD; }
a { background-color: rgb(18,77,221); }
div.DivClassName
{
background-color: #124DDD;
}
.BgClassName
{
background-color: #124DDD;
}
</style>
border-color css
<style>
span { border-color: #124DDD; }
span { border-color: rgb(18,77,221); }
td.TdClassName
{
border-color: #124DDD;
}
.TagClassName
{
border-color: #124DDD;
}
</style>