Shades of Navy Blue #105BEE
Tints of Navy Blue #105BEE
RGB
CMYK
RGB Variations
Color information
#105BEE (or 0x105BEE) is known color: Navy Blue. HEX triplet: 10, 5B and EE. RGB value is (16,91,238). Sum of RGB (Red+Green+Blue) = 16+91+238=345 (45% of max value = 765). Red value is 16 (6.64% from 255 or 4.64% from 345); Green value is 91 (35.94% from 255 or 26.38% from 345); Blue value is 238 (93.36% from 255 or 68.99% from 345); Max value from RGB is 238 - color contains mainly: blue. Hex color #105BEE is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #105BEE is #EFA411. Grayscale: #545454. Windows color (decimal): -15705106 or 15620880. OLE color: 15620880.
HSL color Cylindrical-coordinate representation of color #105BEE: hue angle of 219.73º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #105BEE is Cyan = 0.93, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 16 | 91 | 238 | - |
| CMYK | 0.93 | 0.62 | 0 | 0.07 |
| HSL | 219.73º | 0.87% | 0.5% | - |
| HSV(B) | 219.73º | 0.93% | 0.93% | - |
| XYZ | 19.39 | 13.77 | 82.52 | - |
| YUV | 85.33 | 214.15 | 78.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 91 | 238 | 0.93 | 0.62 | 0 | 0.07 | 219.73 | 0.87 | 0.5 |
| Hex | 10 | 5B | EE | 5D | 3E | 0 | 7 | DC | 57 | 32 |
| Octal | 20 | 133 | 356 | 135 | 76 | 0 | 7 | 334 | 127 | 62 |
| Binary | 10000 | 1011011 | 11101110 | 1011101 | 111110 | 0 | 111 | 11011100 | 1010111 | 110010 |
Color Harmonies of #105BEE
Complementary color
Monochromatic Colors of #105BEE
Black with #105BEE
Text Example
Text Example
White with #105BEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #105BEE; }
p { color: rgb(16,91,238); }
H1.HeaderClassName
{
color: #105BEE;
}
.AnyTagClassName
{
color: #105BEE;
}
</style>
background-color css
<style>
a { background-color: #105BEE; }
a { background-color: rgb(16,91,238); }
div.DivClassName
{
background-color: #105BEE;
}
.BgClassName
{
background-color: #105BEE;
}
</style>
border-color css
<style>
span { border-color: #105BEE; }
span { border-color: rgb(16,91,238); }
td.TdClassName
{
border-color: #105BEE;
}
.TagClassName
{
border-color: #105BEE;
}
</style>