Shades of Navy Blue #105FDD
Tints of Navy Blue #105FDD
RGB
CMYK
RGB Variations
Color information
#105FDD (or 0x105FDD) is known color: Navy Blue. HEX triplet: 10, 5F and DD. RGB value is (16,95,221). Sum of RGB (Red+Green+Blue) = 16+95+221=332 (43% of max value = 765). Red value is 16 (6.64% from 255 or 4.82% from 332); Green value is 95 (37.5% from 255 or 28.61% from 332); Blue value is 221 (86.72% from 255 or 66.57% from 332); Max value from RGB is 221 - color contains mainly: blue. Hex color #105FDD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #105FDD is #EFA022. Grayscale: #555555. Windows color (decimal): -15704099 or 14507792. OLE color: 14507792.
HSL color Cylindrical-coordinate representation of color #105FDD: hue angle of 216.88º 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 #105FDD is Cyan = 0.93, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 16 | 95 | 221 | - |
| CMYK | 0.93 | 0.57 | 0 | 0.13 |
| HSL | 216.88º | 0.86% | 0.46% | - |
| HSV(B) | 216.88º | 0.93% | 0.87% | - |
| XYZ | 17.36 | 13.52 | 70.1 | - |
| YUV | 85.74 | 204.33 | 78.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 95 | 221 | 0.93 | 0.57 | 0 | 0.13 | 216.88 | 0.86 | 0.46 |
| Hex | 10 | 5F | DD | 5D | 39 | 0 | D | D9 | 56 | 2E |
| Octal | 20 | 137 | 335 | 135 | 71 | 0 | 15 | 331 | 126 | 56 |
| Binary | 10000 | 1011111 | 11011101 | 1011101 | 111001 | 0 | 1101 | 11011001 | 1010110 | 101110 |
Color Harmonies of #105FDD
Complementary color
Monochromatic Colors of #105FDD
Black with #105FDD
Text Example
Text Example
White with #105FDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #105FDD; }
p { color: rgb(16,95,221); }
H1.HeaderClassName
{
color: #105FDD;
}
.AnyTagClassName
{
color: #105FDD;
}
</style>
background-color css
<style>
a { background-color: #105FDD; }
a { background-color: rgb(16,95,221); }
div.DivClassName
{
background-color: #105FDD;
}
.BgClassName
{
background-color: #105FDD;
}
</style>
border-color css
<style>
span { border-color: #105FDD; }
span { border-color: rgb(16,95,221); }
td.TdClassName
{
border-color: #105FDD;
}
.TagClassName
{
border-color: #105FDD;
}
</style>