Shades of Navy Blue #105FE1
Tints of Navy Blue #105FE1
RGB
CMYK
RGB Variations
Color information
#105FE1 (or 0x105FE1) is known color: Navy Blue. HEX triplet: 10, 5F and E1. RGB value is (16,95,225). Sum of RGB (Red+Green+Blue) = 16+95+225=336 (44% of max value = 765). Red value is 16 (6.64% from 255 or 4.76% from 336); Green value is 95 (37.5% from 255 or 28.27% from 336); Blue value is 225 (88.28% from 255 or 66.96% from 336); Max value from RGB is 225 - color contains mainly: blue. Hex color #105FE1 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #105FE1 is #EFA01E. Grayscale: #555555. Windows color (decimal): -15704095 or 14769936. OLE color: 14769936.
HSL color Cylindrical-coordinate representation of color #105FE1: hue angle of 217.32º degrees, saturation: 0.87, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #105FE1 is Cyan = 0.93, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 16 | 95 | 225 | - |
| CMYK | 0.93 | 0.58 | 0 | 0.12 |
| HSL | 217.32º | 0.87% | 0.47% | - |
| HSV(B) | 217.32º | 0.93% | 0.88% | - |
| XYZ | 17.9 | 13.73 | 72.94 | - |
| YUV | 86.2 | 206.33 | 77.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 95 | 225 | 0.93 | 0.58 | 0 | 0.12 | 217.32 | 0.87 | 0.47 |
| Hex | 10 | 5F | E1 | 5D | 3A | 0 | C | D9 | 57 | 2F |
| Octal | 20 | 137 | 341 | 135 | 72 | 0 | 14 | 331 | 127 | 57 |
| Binary | 10000 | 1011111 | 11100001 | 1011101 | 111010 | 0 | 1100 | 11011001 | 1010111 | 101111 |
Color Harmonies of #105FE1
Complementary color
Monochromatic Colors of #105FE1
Black with #105FE1
Text Example
Text Example
White with #105FE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #105FE1; }
p { color: rgb(16,95,225); }
H1.HeaderClassName
{
color: #105FE1;
}
.AnyTagClassName
{
color: #105FE1;
}
</style>
background-color css
<style>
a { background-color: #105FE1; }
a { background-color: rgb(16,95,225); }
div.DivClassName
{
background-color: #105FE1;
}
.BgClassName
{
background-color: #105FE1;
}
</style>
border-color css
<style>
span { border-color: #105FE1; }
span { border-color: rgb(16,95,225); }
td.TdClassName
{
border-color: #105FE1;
}
.TagClassName
{
border-color: #105FE1;
}
</style>