Shades of Navy Blue #105FDB
Tints of Navy Blue #105FDB
RGB
CMYK
RGB Variations
Color information
#105FDB (or 0x105FDB) is known color: Navy Blue. HEX triplet: 10, 5F and DB. RGB value is (16,95,219). Sum of RGB (Red+Green+Blue) = 16+95+219=330 (43% of max value = 765). Red value is 16 (6.64% from 255 or 4.85% from 330); Green value is 95 (37.5% from 255 or 28.79% from 330); Blue value is 219 (85.94% from 255 or 66.36% from 330); Max value from RGB is 219 - color contains mainly: blue. Hex color #105FDB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #105FDB is #EFA024. Grayscale: #545454. Windows color (decimal): -15704101 or 14376720. OLE color: 14376720.
HSL color Cylindrical-coordinate representation of color #105FDB: hue angle of 216.65º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #105FDB is Cyan = 0.93, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 16 | 95 | 219 | - |
| CMYK | 0.93 | 0.57 | 0 | 0.14 |
| HSL | 216.65º | 0.86% | 0.46% | - |
| HSV(B) | 216.65º | 0.93% | 0.86% | - |
| XYZ | 17.09 | 13.41 | 68.71 | - |
| YUV | 85.52 | 203.33 | 78.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 95 | 219 | 0.93 | 0.57 | 0 | 0.14 | 216.65 | 0.86 | 0.46 |
| Hex | 10 | 5F | DB | 5D | 39 | 0 | E | D9 | 56 | 2E |
| Octal | 20 | 137 | 333 | 135 | 71 | 0 | 16 | 331 | 126 | 56 |
| Binary | 10000 | 1011111 | 11011011 | 1011101 | 111001 | 0 | 1110 | 11011001 | 1010110 | 101110 |
Color Harmonies of #105FDB
Complementary color
Monochromatic Colors of #105FDB
Black with #105FDB
Text Example
Text Example
White with #105FDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #105FDB; }
p { color: rgb(16,95,219); }
H1.HeaderClassName
{
color: #105FDB;
}
.AnyTagClassName
{
color: #105FDB;
}
</style>
background-color css
<style>
a { background-color: #105FDB; }
a { background-color: rgb(16,95,219); }
div.DivClassName
{
background-color: #105FDB;
}
.BgClassName
{
background-color: #105FDB;
}
</style>
border-color css
<style>
span { border-color: #105FDB; }
span { border-color: rgb(16,95,219); }
td.TdClassName
{
border-color: #105FDB;
}
.TagClassName
{
border-color: #105FDB;
}
</style>