Shades of Navy Blue #104DDD
Tints of Navy Blue #104DDD
RGB
CMYK
RGB Variations
Color information
#104DDD (or 0x104DDD) is known color: Navy Blue. HEX triplet: 10, 4D and DD. RGB value is (16,77,221). Sum of RGB (Red+Green+Blue) = 16+77+221=314 (41% of max value = 765). Red value is 16 (6.64% from 255 or 5.10% from 314); Green value is 77 (30.47% from 255 or 24.52% from 314); Blue value is 221 (86.72% from 255 or 70.38% from 314); Max value from RGB is 221 - color contains mainly: blue. Hex color #104DDD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #104DDD is #EFB222. Grayscale: #4A4A4A. Windows color (decimal): -15708707 or 14503184. OLE color: 14503184.
HSL color Cylindrical-coordinate representation of color #104DDD: hue angle of 222.15º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #104DDD is Cyan = 0.93, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 16 | 77 | 221 | - |
| CMYK | 0.93 | 0.65 | 0 | 0.13 |
| HSL | 222.15º | 0.86% | 0.46% | - |
| HSV(B) | 222.15º | 0.93% | 0.87% | - |
| XYZ | 15.92 | 10.64 | 69.62 | - |
| YUV | 75.18 | 210.29 | 85.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 77 | 221 | 0.93 | 0.65 | 0 | 0.13 | 222.15 | 0.86 | 0.46 |
| Hex | 10 | 4D | DD | 5D | 41 | 0 | D | DE | 56 | 2E |
| Octal | 20 | 115 | 335 | 135 | 101 | 0 | 15 | 336 | 126 | 56 |
| Binary | 10000 | 1001101 | 11011101 | 1011101 | 1000001 | 0 | 1101 | 11011110 | 1010110 | 101110 |
Color Harmonies of #104DDD
Complementary color
Monochromatic Colors of #104DDD
Black with #104DDD
Text Example
Text Example
White with #104DDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #104DDD; }
p { color: rgb(16,77,221); }
H1.HeaderClassName
{
color: #104DDD;
}
.AnyTagClassName
{
color: #104DDD;
}
</style>
background-color css
<style>
a { background-color: #104DDD; }
a { background-color: rgb(16,77,221); }
div.DivClassName
{
background-color: #104DDD;
}
.BgClassName
{
background-color: #104DDD;
}
</style>
border-color css
<style>
span { border-color: #104DDD; }
span { border-color: rgb(16,77,221); }
td.TdClassName
{
border-color: #104DDD;
}
.TagClassName
{
border-color: #104DDD;
}
</style>