Shades of Navy Blue #105EDF
Tints of Navy Blue #105EDF
RGB
CMYK
RGB Variations
Color information
#105EDF (or 0x105EDF) is known color: Navy Blue. HEX triplet: 10, 5E and DF. RGB value is (16,94,223). Sum of RGB (Red+Green+Blue) = 16+94+223=333 (44% of max value = 765). Red value is 16 (6.64% from 255 or 4.80% from 333); Green value is 94 (37.11% from 255 or 28.23% from 333); Blue value is 223 (87.5% from 255 or 66.97% from 333); Max value from RGB is 223 - color contains mainly: blue. Hex color #105EDF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #105EDF is #EFA120. Grayscale: #545454. Windows color (decimal): -15704353 or 14638608. OLE color: 14638608.
HSL color Cylindrical-coordinate representation of color #105EDF: hue angle of 217.39º degrees, saturation: 0.87, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #105EDF is Cyan = 0.93, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 16 | 94 | 223 | - |
| CMYK | 0.93 | 0.58 | 0 | 0.13 |
| HSL | 217.39º | 0.87% | 0.47% | - |
| HSV(B) | 217.39º | 0.93% | 0.87% | - |
| XYZ | 17.54 | 13.44 | 71.48 | - |
| YUV | 85.38 | 205.66 | 78.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 94 | 223 | 0.93 | 0.58 | 0 | 0.13 | 217.39 | 0.87 | 0.47 |
| Hex | 10 | 5E | DF | 5D | 3A | 0 | D | D9 | 57 | 2F |
| Octal | 20 | 136 | 337 | 135 | 72 | 0 | 15 | 331 | 127 | 57 |
| Binary | 10000 | 1011110 | 11011111 | 1011101 | 111010 | 0 | 1101 | 11011001 | 1010111 | 101111 |
Color Harmonies of #105EDF
Complementary color
Monochromatic Colors of #105EDF
Black with #105EDF
Text Example
Text Example
White with #105EDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #105EDF; }
p { color: rgb(16,94,223); }
H1.HeaderClassName
{
color: #105EDF;
}
.AnyTagClassName
{
color: #105EDF;
}
</style>
background-color css
<style>
a { background-color: #105EDF; }
a { background-color: rgb(16,94,223); }
div.DivClassName
{
background-color: #105EDF;
}
.BgClassName
{
background-color: #105EDF;
}
</style>
border-color css
<style>
span { border-color: #105EDF; }
span { border-color: rgb(16,94,223); }
td.TdClassName
{
border-color: #105EDF;
}
.TagClassName
{
border-color: #105EDF;
}
</style>