Shades of Navy Blue #0260FF
Tints of Navy Blue #0260FF
RGB
CMYK
RGB Variations
Color information
#0260FF (or 0x0260FF) is known color: Navy Blue. HEX triplet: 02, 60 and FF. RGB value is (2,96,255). Sum of RGB (Red+Green+Blue) = 2+96+255=353 (46% of max value = 765). Red value is 2 (1.17% from 255 or 0.57% from 353); Green value is 96 (37.89% from 255 or 27.20% from 353); Blue value is 255 (100% from 255 or 72.24% from 353); Max value from RGB is 255 - color contains mainly: blue. Hex color #0260FF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0260FF is #FD9F00. Grayscale: #555555. Windows color (decimal): -16621313 or 16736258. OLE color: 16736258.
HSL color Cylindrical-coordinate representation of color #0260FF: hue angle of 217.71º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0260FF is Cyan = 0.99, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 2 | 96 | 255 | - |
| CMYK | 0.99 | 0.62 | 0 | 0 |
| HSL | 217.71º | 1% | 0.5% | - |
| HSV(B) | 217.71º | 0.99% | 1% | - |
| XYZ | 22.26 | 15.6 | 96.45 | - |
| YUV | 86.02 | 223.36 | 68.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 96 | 255 | 0.99 | 0.62 | 0 | 0 | 217.71 | 1 | 0.5 |
| Hex | 2 | 60 | FF | 63 | 3E | 0 | 0 | DA | 64 | 32 |
| Octal | 2 | 140 | 377 | 143 | 76 | 0 | 0 | 332 | 144 | 62 |
| Binary | 10 | 1100000 | 11111111 | 1100011 | 111110 | 0 | 0 | 11011010 | 1100100 | 110010 |
Color Harmonies of #0260FF
Complementary color
Monochromatic Colors of #0260FF
Black with #0260FF
Text Example
Text Example
White with #0260FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0260FF; }
p { color: rgb(2,96,255); }
H1.HeaderClassName
{
color: #0260FF;
}
.AnyTagClassName
{
color: #0260FF;
}
</style>
background-color css
<style>
a { background-color: #0260FF; }
a { background-color: rgb(2,96,255); }
div.DivClassName
{
background-color: #0260FF;
}
.BgClassName
{
background-color: #0260FF;
}
</style>
border-color css
<style>
span { border-color: #0260FF; }
span { border-color: rgb(2,96,255); }
td.TdClassName
{
border-color: #0260FF;
}
.TagClassName
{
border-color: #0260FF;
}
</style>