Shades of Navy Blue #105BDF
Tints of Navy Blue #105BDF
RGB
CMYK
RGB Variations
Color information
#105BDF (or 0x105BDF) is known color: Navy Blue. HEX triplet: 10, 5B and DF. RGB value is (16,91,223). Sum of RGB (Red+Green+Blue) = 16+91+223=330 (43% of max value = 765). Red value is 16 (6.64% from 255 or 4.85% from 330); Green value is 91 (35.94% from 255 or 27.58% from 330); Blue value is 223 (87.5% from 255 or 67.58% from 330); Max value from RGB is 223 - color contains mainly: blue. Hex color #105BDF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #105BDF is #EFA420. Grayscale: #535353. Windows color (decimal): -15705121 or 14637840. OLE color: 14637840.
HSL color Cylindrical-coordinate representation of color #105BDF: hue angle of 218.26º 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 #105BDF is Cyan = 0.93, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 16 | 91 | 223 | - |
| CMYK | 0.93 | 0.59 | 0 | 0.13 |
| HSL | 218.26º | 0.87% | 0.47% | - |
| HSV(B) | 218.26º | 0.93% | 0.87% | - |
| XYZ | 17.27 | 12.92 | 71.4 | - |
| YUV | 83.62 | 206.65 | 79.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 91 | 223 | 0.93 | 0.59 | 0 | 0.13 | 218.26 | 0.87 | 0.47 |
| Hex | 10 | 5B | DF | 5D | 3B | 0 | D | DA | 57 | 2F |
| Octal | 20 | 133 | 337 | 135 | 73 | 0 | 15 | 332 | 127 | 57 |
| Binary | 10000 | 1011011 | 11011111 | 1011101 | 111011 | 0 | 1101 | 11011010 | 1010111 | 101111 |
Color Harmonies of #105BDF
Complementary color
Monochromatic Colors of #105BDF
Black with #105BDF
Text Example
Text Example
White with #105BDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #105BDF; }
p { color: rgb(16,91,223); }
H1.HeaderClassName
{
color: #105BDF;
}
.AnyTagClassName
{
color: #105BDF;
}
</style>
background-color css
<style>
a { background-color: #105BDF; }
a { background-color: rgb(16,91,223); }
div.DivClassName
{
background-color: #105BDF;
}
.BgClassName
{
background-color: #105BDF;
}
</style>
border-color css
<style>
span { border-color: #105BDF; }
span { border-color: rgb(16,91,223); }
td.TdClassName
{
border-color: #105BDF;
}
.TagClassName
{
border-color: #105BDF;
}
</style>