Shades of Navy Blue #0261FF
Tints of Navy Blue #0261FF
RGB
CMYK
RGB Variations
Color information
#0261FF (or 0x0261FF) is known color: Navy Blue. HEX triplet: 02, 61 and FF. RGB value is (2,97,255). Sum of RGB (Red+Green+Blue) = 2+97+255=354 (46% of max value = 765). Red value is 2 (1.17% from 255 or 0.56% from 354); Green value is 97 (38.28% from 255 or 27.40% from 354); Blue value is 255 (100% from 255 or 72.03% from 354); Max value from RGB is 255 - color contains mainly: blue. Hex color #0261FF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0261FF is #FD9E00. Grayscale: #555555. Windows color (decimal): -16621057 or 16736514. OLE color: 16736514.
HSL color Cylindrical-coordinate representation of color #0261FF: hue angle of 217.47º 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 #0261FF is Cyan = 0.99, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 2 | 97 | 255 | - |
| CMYK | 0.99 | 0.62 | 0 | 0 |
| HSL | 217.47º | 1% | 0.5% | - |
| HSV(B) | 217.47º | 0.99% | 1% | - |
| XYZ | 22.35 | 15.78 | 96.48 | - |
| YUV | 86.61 | 223.03 | 67.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 97 | 255 | 0.99 | 0.62 | 0 | 0 | 217.47 | 1 | 0.5 |
| Hex | 2 | 61 | FF | 63 | 3E | 0 | 0 | D9 | 64 | 32 |
| Octal | 2 | 141 | 377 | 143 | 76 | 0 | 0 | 331 | 144 | 62 |
| Binary | 10 | 1100001 | 11111111 | 1100011 | 111110 | 0 | 0 | 11011001 | 1100100 | 110010 |
Color Harmonies of #0261FF
Complementary color
Monochromatic Colors of #0261FF
Black with #0261FF
Text Example
Text Example
White with #0261FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0261FF; }
p { color: rgb(2,97,255); }
H1.HeaderClassName
{
color: #0261FF;
}
.AnyTagClassName
{
color: #0261FF;
}
</style>
background-color css
<style>
a { background-color: #0261FF; }
a { background-color: rgb(2,97,255); }
div.DivClassName
{
background-color: #0261FF;
}
.BgClassName
{
background-color: #0261FF;
}
</style>
border-color css
<style>
span { border-color: #0261FF; }
span { border-color: rgb(2,97,255); }
td.TdClassName
{
border-color: #0261FF;
}
.TagClassName
{
border-color: #0261FF;
}
</style>