Shades of Navy Blue #105AF0
Tints of Navy Blue #105AF0
RGB
CMYK
RGB Variations
Color information
#105AF0 (or 0x105AF0) is known color: Navy Blue. HEX triplet: 10, 5A and F0. RGB value is (16,90,240). Sum of RGB (Red+Green+Blue) = 16+90+240=346 (45% of max value = 765). Red value is 16 (6.64% from 255 or 4.62% from 346); Green value is 90 (35.55% from 255 or 26.01% from 346); Blue value is 240 (94.14% from 255 or 69.36% from 346); Max value from RGB is 240 - color contains mainly: blue. Hex color #105AF0 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #105AF0 is #EFA50F. Grayscale: #545454. Windows color (decimal): -15705360 or 15751696. OLE color: 15751696.
HSL color Cylindrical-coordinate representation of color #105AF0: hue angle of 220.18º degrees, saturation: 0.88, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #105AF0 is Cyan = 0.93, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 16 | 90 | 240 | - |
| CMYK | 0.93 | 0.62 | 0 | 0.06 |
| HSL | 220.18º | 0.88% | 0.5% | - |
| HSV(B) | 220.18º | 0.93% | 0.94% | - |
| XYZ | 19.6 | 13.71 | 84.05 | - |
| YUV | 84.97 | 215.48 | 78.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 90 | 240 | 0.93 | 0.62 | 0 | 0.06 | 220.18 | 0.88 | 0.5 |
| Hex | 10 | 5A | F0 | 5D | 3E | 0 | 6 | DC | 58 | 32 |
| Octal | 20 | 132 | 360 | 135 | 76 | 0 | 6 | 334 | 130 | 62 |
| Binary | 10000 | 1011010 | 11110000 | 1011101 | 111110 | 0 | 110 | 11011100 | 1011000 | 110010 |
Color Harmonies of #105AF0
Complementary color
Monochromatic Colors of #105AF0
Black with #105AF0
Text Example
Text Example
White with #105AF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #105AF0; }
p { color: rgb(16,90,240); }
H1.HeaderClassName
{
color: #105AF0;
}
.AnyTagClassName
{
color: #105AF0;
}
</style>
background-color css
<style>
a { background-color: #105AF0; }
a { background-color: rgb(16,90,240); }
div.DivClassName
{
background-color: #105AF0;
}
.BgClassName
{
background-color: #105AF0;
}
</style>
border-color css
<style>
span { border-color: #105AF0; }
span { border-color: rgb(16,90,240); }
td.TdClassName
{
border-color: #105AF0;
}
.TagClassName
{
border-color: #105AF0;
}
</style>