Shades of Navy Blue #0260FE
Tints of Navy Blue #0260FE
RGB
CMYK
RGB Variations
Color information
#0260FE (or 0x0260FE) is known color: Navy Blue. HEX triplet: 02, 60 and FE. RGB value is (2,96,254). Sum of RGB (Red+Green+Blue) = 2+96+254=352 (46% of max value = 765). Red value is 2 (1.17% from 255 or 0.57% from 352); Green value is 96 (37.89% from 255 or 27.27% from 352); Blue value is 254 (99.61% from 255 or 72.16% from 352); Max value from RGB is 254 - color contains mainly: blue. Hex color #0260FE is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0260FE is #FD9F01. Grayscale: #555555. Windows color (decimal): -16621314 or 16670722. OLE color: 16670722.
HSL color Cylindrical-coordinate representation of color #0260FE: hue angle of 217.62º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0260FE is Cyan = 0.99, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 2 | 96 | 254 | - |
| CMYK | 0.99 | 0.62 | 0 | 0.00 |
| HSL | 217.62º | 0.99% | 0.5% | - |
| HSV(B) | 217.62º | 0.99% | 1% | - |
| XYZ | 22.1 | 15.53 | 95.6 | - |
| YUV | 85.91 | 222.86 | 68.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 96 | 254 | 0.99 | 0.62 | 0 | 0.00 | 217.62 | 0.99 | 0.5 |
| Hex | 2 | 60 | FE | 63 | 3E | 0 | 0 | DA | 63 | 32 |
| Octal | 2 | 140 | 376 | 143 | 76 | 0 | 0 | 332 | 143 | 62 |
| Binary | 10 | 1100000 | 11111110 | 1100011 | 111110 | 0 | 0 | 11011010 | 1100011 | 110010 |
Color Harmonies of #0260FE
Complementary color
Monochromatic Colors of #0260FE
Black with #0260FE
Text Example
Text Example
White with #0260FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0260FE; }
p { color: rgb(2,96,254); }
H1.HeaderClassName
{
color: #0260FE;
}
.AnyTagClassName
{
color: #0260FE;
}
</style>
background-color css
<style>
a { background-color: #0260FE; }
a { background-color: rgb(2,96,254); }
div.DivClassName
{
background-color: #0260FE;
}
.BgClassName
{
background-color: #0260FE;
}
</style>
border-color css
<style>
span { border-color: #0260FE; }
span { border-color: rgb(2,96,254); }
td.TdClassName
{
border-color: #0260FE;
}
.TagClassName
{
border-color: #0260FE;
}
</style>