Shades of Navy Blue #105BE2
Tints of Navy Blue #105BE2
RGB
CMYK
RGB Variations
Color information
#105BE2 (or 0x105BE2) is known color: Navy Blue. HEX triplet: 10, 5B and E2. RGB value is (16,91,226). Sum of RGB (Red+Green+Blue) = 16+91+226=333 (44% of max value = 765). Red value is 16 (6.64% from 255 or 4.80% from 333); Green value is 91 (35.94% from 255 or 27.33% from 333); Blue value is 226 (88.67% from 255 or 67.87% from 333); Max value from RGB is 226 - color contains mainly: blue. Hex color #105BE2 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #105BE2 is #EFA41D. Grayscale: #535353. Windows color (decimal): -15705118 or 14834448. OLE color: 14834448.
HSL color Cylindrical-coordinate representation of color #105BE2: hue angle of 218.57º degrees, saturation: 0.87, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #105BE2 is Cyan = 0.93, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 16 | 91 | 226 | - |
| CMYK | 0.93 | 0.60 | 0 | 0.11 |
| HSL | 218.57º | 0.87% | 0.47% | - |
| HSV(B) | 218.57º | 0.93% | 0.89% | - |
| XYZ | 17.68 | 13.08 | 73.54 | - |
| YUV | 83.97 | 208.15 | 79.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 91 | 226 | 0.93 | 0.60 | 0 | 0.11 | 218.57 | 0.87 | 0.47 |
| Hex | 10 | 5B | E2 | 5D | 3C | 0 | B | DB | 57 | 2F |
| Octal | 20 | 133 | 342 | 135 | 74 | 0 | 13 | 333 | 127 | 57 |
| Binary | 10000 | 1011011 | 11100010 | 1011101 | 111100 | 0 | 1011 | 11011011 | 1010111 | 101111 |
Color Harmonies of #105BE2
Complementary color
Monochromatic Colors of #105BE2
Black with #105BE2
Text Example
Text Example
White with #105BE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #105BE2; }
p { color: rgb(16,91,226); }
H1.HeaderClassName
{
color: #105BE2;
}
.AnyTagClassName
{
color: #105BE2;
}
</style>
background-color css
<style>
a { background-color: #105BE2; }
a { background-color: rgb(16,91,226); }
div.DivClassName
{
background-color: #105BE2;
}
.BgClassName
{
background-color: #105BE2;
}
</style>
border-color css
<style>
span { border-color: #105BE2; }
span { border-color: rgb(16,91,226); }
td.TdClassName
{
border-color: #105BE2;
}
.TagClassName
{
border-color: #105BE2;
}
</style>