Shades of Navy Blue #1060FB
Tints of Navy Blue #1060FB
RGB
CMYK
RGB Variations
Color information
#1060FB (or 0x1060FB) is known color: Navy Blue. HEX triplet: 10, 60 and FB. RGB value is (16,96,251). Sum of RGB (Red+Green+Blue) = 16+96+251=363 (48% of max value = 765). Red value is 16 (6.64% from 255 or 4.41% from 363); Green value is 96 (37.89% from 255 or 26.45% from 363); Blue value is 251 (98.44% from 255 or 69.15% from 363); Max value from RGB is 251 - color contains mainly: blue. Hex color #1060FB is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1060FB is #EF9F04. Grayscale: #595959. Windows color (decimal): -15703813 or 16474128. OLE color: 16474128.
HSL color Cylindrical-coordinate representation of color #1060FB: hue angle of 219.57º degrees, saturation: 0.97, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #1060FB is Cyan = 0.94, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 16 | 96 | 251 | - |
| CMYK | 0.94 | 0.62 | 0 | 0.02 |
| HSL | 219.57º | 0.97% | 0.52% | - |
| HSV(B) | 219.57º | 0.94% | 0.98% | - |
| XYZ | 21.81 | 15.44 | 93.1 | - |
| YUV | 89.75 | 219 | 75.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 96 | 251 | 0.94 | 0.62 | 0 | 0.02 | 219.57 | 0.97 | 0.52 |
| Hex | 10 | 60 | FB | 5E | 3E | 0 | 2 | DC | 61 | 34 |
| Octal | 20 | 140 | 373 | 136 | 76 | 0 | 2 | 334 | 141 | 64 |
| Binary | 10000 | 1100000 | 11111011 | 1011110 | 111110 | 0 | 10 | 11011100 | 1100001 | 110100 |
Color Harmonies of #1060FB
Complementary color
Monochromatic Colors of #1060FB
Black with #1060FB
Text Example
Text Example
White with #1060FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1060FB; }
p { color: rgb(16,96,251); }
H1.HeaderClassName
{
color: #1060FB;
}
.AnyTagClassName
{
color: #1060FB;
}
</style>
background-color css
<style>
a { background-color: #1060FB; }
a { background-color: rgb(16,96,251); }
div.DivClassName
{
background-color: #1060FB;
}
.BgClassName
{
background-color: #1060FB;
}
</style>
border-color css
<style>
span { border-color: #1060FB; }
span { border-color: rgb(16,96,251); }
td.TdClassName
{
border-color: #1060FB;
}
.TagClassName
{
border-color: #1060FB;
}
</style>