Shades of Navy Blue #105BE3
Tints of Navy Blue #105BE3
RGB
CMYK
RGB Variations
Color information
#105BE3 (or 0x105BE3) is known color: Navy Blue. HEX triplet: 10, 5B and E3. RGB value is (16,91,227). Sum of RGB (Red+Green+Blue) = 16+91+227=334 (44% of max value = 765). Red value is 16 (6.64% from 255 or 4.79% from 334); Green value is 91 (35.94% from 255 or 27.25% from 334); Blue value is 227 (89.06% from 255 or 67.96% from 334); Max value from RGB is 227 - color contains mainly: blue. Hex color #105BE3 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #105BE3 is #EFA41C. Grayscale: #535353. Windows color (decimal): -15705117 or 14899984. OLE color: 14899984.
HSL color Cylindrical-coordinate representation of color #105BE3: hue angle of 218.67º degrees, saturation: 0.87, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #105BE3 is Cyan = 0.93, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 16 | 91 | 227 | - |
| CMYK | 0.93 | 0.60 | 0 | 0.11 |
| HSL | 218.67º | 0.87% | 0.48% | - |
| HSV(B) | 218.67º | 0.93% | 0.89% | - |
| XYZ | 17.82 | 13.14 | 74.27 | - |
| YUV | 84.08 | 208.65 | 79.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 91 | 227 | 0.93 | 0.60 | 0 | 0.11 | 218.67 | 0.87 | 0.48 |
| Hex | 10 | 5B | E3 | 5D | 3C | 0 | B | DB | 57 | 30 |
| Octal | 20 | 133 | 343 | 135 | 74 | 0 | 13 | 333 | 127 | 60 |
| Binary | 10000 | 1011011 | 11100011 | 1011101 | 111100 | 0 | 1011 | 11011011 | 1010111 | 110000 |
Color Harmonies of #105BE3
Complementary color
Monochromatic Colors of #105BE3
Black with #105BE3
Text Example
Text Example
White with #105BE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #105BE3; }
p { color: rgb(16,91,227); }
H1.HeaderClassName
{
color: #105BE3;
}
.AnyTagClassName
{
color: #105BE3;
}
</style>
background-color css
<style>
a { background-color: #105BE3; }
a { background-color: rgb(16,91,227); }
div.DivClassName
{
background-color: #105BE3;
}
.BgClassName
{
background-color: #105BE3;
}
</style>
border-color css
<style>
span { border-color: #105BE3; }
span { border-color: rgb(16,91,227); }
td.TdClassName
{
border-color: #105BE3;
}
.TagClassName
{
border-color: #105BE3;
}
</style>