Shades of Navy Blue #105BFE
Tints of Navy Blue #105BFE
RGB
CMYK
RGB Variations
Color information
#105BFE (or 0x105BFE) is known color: Navy Blue. HEX triplet: 10, 5B and FE. RGB value is (16,91,254). Sum of RGB (Red+Green+Blue) = 16+91+254=361 (47% of max value = 765). Red value is 16 (6.64% from 255 or 4.43% from 361); Green value is 91 (35.94% from 255 or 25.21% from 361); Blue value is 254 (99.61% from 255 or 70.36% from 361); Max value from RGB is 254 - color contains mainly: blue. Hex color #105BFE is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #105BFE is #EFA401. Grayscale: #565656. Windows color (decimal): -15705090 or 16669456. OLE color: 16669456.
HSL color Cylindrical-coordinate representation of color #105BFE: hue angle of 221.09º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #105BFE is Cyan = 0.94, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 16 | 91 | 254 | - |
| CMYK | 0.94 | 0.64 | 0 | 0.00 |
| HSL | 221.09º | 0.99% | 0.53% | - |
| HSV(B) | 221.09º | 0.94% | 1% | - |
| XYZ | 21.84 | 14.75 | 95.46 | - |
| YUV | 87.16 | 222.15 | 77.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 91 | 254 | 0.94 | 0.64 | 0 | 0.00 | 221.09 | 0.99 | 0.53 |
| Hex | 10 | 5B | FE | 5E | 40 | 0 | 0 | DD | 63 | 35 |
| Octal | 20 | 133 | 376 | 136 | 100 | 0 | 0 | 335 | 143 | 65 |
| Binary | 10000 | 1011011 | 11111110 | 1011110 | 1000000 | 0 | 0 | 11011101 | 1100011 | 110101 |
Color Harmonies of #105BFE
Complementary color
Monochromatic Colors of #105BFE
Black with #105BFE
Text Example
Text Example
White with #105BFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #105BFE; }
p { color: rgb(16,91,254); }
H1.HeaderClassName
{
color: #105BFE;
}
.AnyTagClassName
{
color: #105BFE;
}
</style>
background-color css
<style>
a { background-color: #105BFE; }
a { background-color: rgb(16,91,254); }
div.DivClassName
{
background-color: #105BFE;
}
.BgClassName
{
background-color: #105BFE;
}
</style>
border-color css
<style>
span { border-color: #105BFE; }
span { border-color: rgb(16,91,254); }
td.TdClassName
{
border-color: #105BFE;
}
.TagClassName
{
border-color: #105BFE;
}
</style>