Shades of Navy Blue #1060FA
Tints of Navy Blue #1060FA
RGB
CMYK
RGB Variations
Color information
#1060FA (or 0x1060FA) is known color: Navy Blue. HEX triplet: 10, 60 and FA. RGB value is (16,96,250). Sum of RGB (Red+Green+Blue) = 16+96+250=362 (47% of max value = 765). Red value is 16 (6.64% from 255 or 4.42% from 362); Green value is 96 (37.89% from 255 or 26.52% from 362); Blue value is 250 (98.05% from 255 or 69.06% from 362); Max value from RGB is 250 - color contains mainly: blue. Hex color #1060FA is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1060FA is #EF9F05. Grayscale: #585858. Windows color (decimal): -15703814 or 16408592. OLE color: 16408592.
HSL color Cylindrical-coordinate representation of color #1060FA: hue angle of 219.49º degrees, saturation: 0.96, 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 #1060FA is Cyan = 0.94, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 16 | 96 | 250 | - |
| CMYK | 0.94 | 0.62 | 0 | 0.02 |
| HSL | 219.49º | 0.96% | 0.52% | - |
| HSV(B) | 219.49º | 0.94% | 0.98% | - |
| XYZ | 21.65 | 15.38 | 92.27 | - |
| YUV | 89.64 | 218.5 | 75.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 96 | 250 | 0.94 | 0.62 | 0 | 0.02 | 219.49 | 0.96 | 0.52 |
| Hex | 10 | 60 | FA | 5E | 3E | 0 | 2 | DB | 60 | 34 |
| Octal | 20 | 140 | 372 | 136 | 76 | 0 | 2 | 333 | 140 | 64 |
| Binary | 10000 | 1100000 | 11111010 | 1011110 | 111110 | 0 | 10 | 11011011 | 1100000 | 110100 |
Color Harmonies of #1060FA
Complementary color
Monochromatic Colors of #1060FA
Black with #1060FA
Text Example
Text Example
White with #1060FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1060FA; }
p { color: rgb(16,96,250); }
H1.HeaderClassName
{
color: #1060FA;
}
.AnyTagClassName
{
color: #1060FA;
}
</style>
background-color css
<style>
a { background-color: #1060FA; }
a { background-color: rgb(16,96,250); }
div.DivClassName
{
background-color: #1060FA;
}
.BgClassName
{
background-color: #1060FA;
}
</style>
border-color css
<style>
span { border-color: #1060FA; }
span { border-color: rgb(16,96,250); }
td.TdClassName
{
border-color: #1060FA;
}
.TagClassName
{
border-color: #1060FA;
}
</style>