Shades of Navy Blue #105ADF
Tints of Navy Blue #105ADF
RGB
CMYK
RGB Variations
Color information
#105ADF (or 0x105ADF) is known color: Navy Blue. HEX triplet: 10, 5A and DF. RGB value is (16,90,223). Sum of RGB (Red+Green+Blue) = 16+90+223=329 (43% of max value = 765). Red value is 16 (6.64% from 255 or 4.86% from 329); Green value is 90 (35.55% from 255 or 27.36% from 329); Blue value is 223 (87.5% from 255 or 67.78% from 329); Max value from RGB is 223 - color contains mainly: blue. Hex color #105ADF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #105ADF is #EFA520. Grayscale: #525252. Windows color (decimal): -15705377 or 14637584. OLE color: 14637584.
HSL color Cylindrical-coordinate representation of color #105ADF: hue angle of 218.55º degrees, saturation: 0.87, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #105ADF is Cyan = 0.93, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 16 | 90 | 223 | - |
| CMYK | 0.93 | 0.60 | 0 | 0.13 |
| HSL | 218.55º | 0.87% | 0.47% | - |
| HSV(B) | 218.55º | 0.93% | 0.87% | - |
| XYZ | 17.19 | 12.75 | 71.37 | - |
| YUV | 83.04 | 206.98 | 80.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 90 | 223 | 0.93 | 0.60 | 0 | 0.13 | 218.55 | 0.87 | 0.47 |
| Hex | 10 | 5A | DF | 5D | 3C | 0 | D | DB | 57 | 2F |
| Octal | 20 | 132 | 337 | 135 | 74 | 0 | 15 | 333 | 127 | 57 |
| Binary | 10000 | 1011010 | 11011111 | 1011101 | 111100 | 0 | 1101 | 11011011 | 1010111 | 101111 |
Color Harmonies of #105ADF
Complementary color
Monochromatic Colors of #105ADF
Black with #105ADF
Text Example
Text Example
White with #105ADF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #105ADF; }
p { color: rgb(16,90,223); }
H1.HeaderClassName
{
color: #105ADF;
}
.AnyTagClassName
{
color: #105ADF;
}
</style>
background-color css
<style>
a { background-color: #105ADF; }
a { background-color: rgb(16,90,223); }
div.DivClassName
{
background-color: #105ADF;
}
.BgClassName
{
background-color: #105ADF;
}
</style>
border-color css
<style>
span { border-color: #105ADF; }
span { border-color: rgb(16,90,223); }
td.TdClassName
{
border-color: #105ADF;
}
.TagClassName
{
border-color: #105ADF;
}
</style>