Shades of Navy Blue #105FFB
Tints of Navy Blue #105FFB
RGB
CMYK
RGB Variations
Color information
#105FFB (or 0x105FFB) is known color: Navy Blue. HEX triplet: 10, 5F and FB. RGB value is (16,95,251). Sum of RGB (Red+Green+Blue) = 16+95+251=362 (47% of max value = 765). Red value is 16 (6.64% from 255 or 4.42% from 362); Green value is 95 (37.5% from 255 or 26.24% from 362); Blue value is 251 (98.44% from 255 or 69.34% from 362); Max value from RGB is 251 - color contains mainly: blue. Hex color #105FFB is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #105FFB is #EFA004. Grayscale: #585858. Windows color (decimal): -15704069 or 16473872. OLE color: 16473872.
HSL color Cylindrical-coordinate representation of color #105FFB: hue angle of 219.83º degrees, saturation: 0.97, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #105FFB is Cyan = 0.94, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 16 | 95 | 251 | - |
| CMYK | 0.94 | 0.62 | 0 | 0.02 |
| HSL | 219.83º | 0.97% | 0.52% | - |
| HSV(B) | 219.83º | 0.94% | 0.98% | - |
| XYZ | 21.72 | 15.26 | 93.07 | - |
| YUV | 89.16 | 219.33 | 75.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 95 | 251 | 0.94 | 0.62 | 0 | 0.02 | 219.83 | 0.97 | 0.52 |
| Hex | 10 | 5F | FB | 5E | 3E | 0 | 2 | DC | 61 | 34 |
| Octal | 20 | 137 | 373 | 136 | 76 | 0 | 2 | 334 | 141 | 64 |
| Binary | 10000 | 1011111 | 11111011 | 1011110 | 111110 | 0 | 10 | 11011100 | 1100001 | 110100 |
Color Harmonies of #105FFB
Complementary color
Monochromatic Colors of #105FFB
Black with #105FFB
Text Example
Text Example
White with #105FFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #105FFB; }
p { color: rgb(16,95,251); }
H1.HeaderClassName
{
color: #105FFB;
}
.AnyTagClassName
{
color: #105FFB;
}
</style>
background-color css
<style>
a { background-color: #105FFB; }
a { background-color: rgb(16,95,251); }
div.DivClassName
{
background-color: #105FFB;
}
.BgClassName
{
background-color: #105FFB;
}
</style>
border-color css
<style>
span { border-color: #105FFB; }
span { border-color: rgb(16,95,251); }
td.TdClassName
{
border-color: #105FFB;
}
.TagClassName
{
border-color: #105FFB;
}
</style>