Shades of Navy Blue #105AF3
Tints of Navy Blue #105AF3
RGB
CMYK
RGB Variations
Color information
#105AF3 (or 0x105AF3) is known color: Navy Blue. HEX triplet: 10, 5A and F3. RGB value is (16,90,243). Sum of RGB (Red+Green+Blue) = 16+90+243=349 (46% of max value = 765). Red value is 16 (6.64% from 255 or 4.58% from 349); Green value is 90 (35.55% from 255 or 25.79% from 349); Blue value is 243 (95.31% from 255 or 69.63% from 349); Max value from RGB is 243 - color contains mainly: blue. Hex color #105AF3 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #105AF3 is #EFA50C. Grayscale: #545454. Windows color (decimal): -15705357 or 15948304. OLE color: 15948304.
HSL color Cylindrical-coordinate representation of color #105AF3: hue angle of 220.44º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #105AF3 is Cyan = 0.93, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 16 | 90 | 243 | - |
| CMYK | 0.93 | 0.63 | 0 | 0.05 |
| HSL | 220.44º | 0.9% | 0.51% | - |
| HSV(B) | 220.44º | 0.93% | 0.95% | - |
| XYZ | 20.05 | 13.89 | 86.42 | - |
| YUV | 85.32 | 216.98 | 78.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 90 | 243 | 0.93 | 0.63 | 0 | 0.05 | 220.44 | 0.9 | 0.51 |
| Hex | 10 | 5A | F3 | 5D | 3F | 0 | 5 | DC | 5A | 33 |
| Octal | 20 | 132 | 363 | 135 | 77 | 0 | 5 | 334 | 132 | 63 |
| Binary | 10000 | 1011010 | 11110011 | 1011101 | 111111 | 0 | 101 | 11011100 | 1011010 | 110011 |
Color Harmonies of #105AF3
Complementary color
Monochromatic Colors of #105AF3
Black with #105AF3
Text Example
Text Example
White with #105AF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #105AF3; }
p { color: rgb(16,90,243); }
H1.HeaderClassName
{
color: #105AF3;
}
.AnyTagClassName
{
color: #105AF3;
}
</style>
background-color css
<style>
a { background-color: #105AF3; }
a { background-color: rgb(16,90,243); }
div.DivClassName
{
background-color: #105AF3;
}
.BgClassName
{
background-color: #105AF3;
}
</style>
border-color css
<style>
span { border-color: #105AF3; }
span { border-color: rgb(16,90,243); }
td.TdClassName
{
border-color: #105AF3;
}
.TagClassName
{
border-color: #105AF3;
}
</style>