Shades of Navy Blue #105BED
Tints of Navy Blue #105BED
RGB
CMYK
RGB Variations
Color information
#105BED (or 0x105BED) is known color: Navy Blue. HEX triplet: 10, 5B and ED. RGB value is (16,91,237). Sum of RGB (Red+Green+Blue) = 16+91+237=344 (45% of max value = 765). Red value is 16 (6.64% from 255 or 4.65% from 344); Green value is 91 (35.94% from 255 or 26.45% from 344); Blue value is 237 (92.97% from 255 or 68.90% from 344); Max value from RGB is 237 - color contains mainly: blue. Hex color #105BED is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #105BED is #EFA412. Grayscale: #545454. Windows color (decimal): -15705107 or 15555344. OLE color: 15555344.
HSL color Cylindrical-coordinate representation of color #105BED: hue angle of 219.64º 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 #105BED is Cyan = 0.93, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 16 | 91 | 237 | - |
| CMYK | 0.93 | 0.62 | 0 | 0.07 |
| HSL | 219.64º | 0.87% | 0.5% | - |
| HSV(B) | 219.64º | 0.93% | 0.93% | - |
| XYZ | 19.24 | 13.71 | 81.75 | - |
| YUV | 85.22 | 213.65 | 78.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 91 | 237 | 0.93 | 0.62 | 0 | 0.07 | 219.64 | 0.87 | 0.5 |
| Hex | 10 | 5B | ED | 5D | 3E | 0 | 7 | DC | 57 | 32 |
| Octal | 20 | 133 | 355 | 135 | 76 | 0 | 7 | 334 | 127 | 62 |
| Binary | 10000 | 1011011 | 11101101 | 1011101 | 111110 | 0 | 111 | 11011100 | 1010111 | 110010 |
Color Harmonies of #105BED
Complementary color
Monochromatic Colors of #105BED
Black with #105BED
Text Example
Text Example
White with #105BED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #105BED; }
p { color: rgb(16,91,237); }
H1.HeaderClassName
{
color: #105BED;
}
.AnyTagClassName
{
color: #105BED;
}
</style>
background-color css
<style>
a { background-color: #105BED; }
a { background-color: rgb(16,91,237); }
div.DivClassName
{
background-color: #105BED;
}
.BgClassName
{
background-color: #105BED;
}
</style>
border-color css
<style>
span { border-color: #105BED; }
span { border-color: rgb(16,91,237); }
td.TdClassName
{
border-color: #105BED;
}
.TagClassName
{
border-color: #105BED;
}
</style>