Shades of Navy Blue #105AFC
Tints of Navy Blue #105AFC
RGB
CMYK
RGB Variations
Color information
#105AFC (or 0x105AFC) is known color: Navy Blue. HEX triplet: 10, 5A and FC. RGB value is (16,90,252). Sum of RGB (Red+Green+Blue) = 16+90+252=358 (47% of max value = 765). Red value is 16 (6.64% from 255 or 4.47% from 358); Green value is 90 (35.55% from 255 or 25.14% from 358); Blue value is 252 (98.83% from 255 or 70.39% from 358); Max value from RGB is 252 - color contains mainly: blue. Hex color #105AFC is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #105AFC is #EFA503. Grayscale: #555555. Windows color (decimal): -15705348 or 16538128. OLE color: 16538128.
HSL color Cylindrical-coordinate representation of color #105AFC: hue angle of 221.19º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #105AFC is Cyan = 0.94, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 16 | 90 | 252 | - |
| CMYK | 0.94 | 0.64 | 0 | 0.01 |
| HSL | 221.19º | 0.98% | 0.53% | - |
| HSV(B) | 221.19º | 0.94% | 0.99% | - |
| XYZ | 21.44 | 14.45 | 93.75 | - |
| YUV | 86.34 | 221.48 | 77.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 90 | 252 | 0.94 | 0.64 | 0 | 0.01 | 221.19 | 0.98 | 0.53 |
| Hex | 10 | 5A | FC | 5E | 40 | 0 | 1 | DD | 62 | 35 |
| Octal | 20 | 132 | 374 | 136 | 100 | 0 | 1 | 335 | 142 | 65 |
| Binary | 10000 | 1011010 | 11111100 | 1011110 | 1000000 | 0 | 1 | 11011101 | 1100010 | 110101 |
Color Harmonies of #105AFC
Complementary color
Monochromatic Colors of #105AFC
Black with #105AFC
Text Example
Text Example
White with #105AFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #105AFC; }
p { color: rgb(16,90,252); }
H1.HeaderClassName
{
color: #105AFC;
}
.AnyTagClassName
{
color: #105AFC;
}
</style>
background-color css
<style>
a { background-color: #105AFC; }
a { background-color: rgb(16,90,252); }
div.DivClassName
{
background-color: #105AFC;
}
.BgClassName
{
background-color: #105AFC;
}
</style>
border-color css
<style>
span { border-color: #105AFC; }
span { border-color: rgb(16,90,252); }
td.TdClassName
{
border-color: #105AFC;
}
.TagClassName
{
border-color: #105AFC;
}
</style>