Shades of Navy Blue #0261FE
Tints of Navy Blue #0261FE
RGB
CMYK
RGB Variations
Color information
#0261FE (or 0x0261FE) is known color: Navy Blue. HEX triplet: 02, 61 and FE. RGB value is (2,97,254). Sum of RGB (Red+Green+Blue) = 2+97+254=353 (46% of max value = 765). Red value is 2 (1.17% from 255 or 0.57% from 353); Green value is 97 (38.28% from 255 or 27.48% from 353); Blue value is 254 (99.61% from 255 or 71.95% from 353); Max value from RGB is 254 - color contains mainly: blue. Hex color #0261FE is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0261FE is #FD9E01. Grayscale: #555555. Windows color (decimal): -16621058 or 16670978. OLE color: 16670978.
HSL color Cylindrical-coordinate representation of color #0261FE: hue angle of 217.38º 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 #0261FE is Cyan = 0.99, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 2 | 97 | 254 | - |
| CMYK | 0.99 | 0.62 | 0 | 0.00 |
| HSL | 217.38º | 0.99% | 0.5% | - |
| HSV(B) | 217.38º | 0.99% | 1% | - |
| XYZ | 22.19 | 15.72 | 95.63 | - |
| YUV | 86.49 | 222.53 | 67.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 97 | 254 | 0.99 | 0.62 | 0 | 0.00 | 217.38 | 0.99 | 0.5 |
| Hex | 2 | 61 | FE | 63 | 3E | 0 | 0 | D9 | 63 | 32 |
| Octal | 2 | 141 | 376 | 143 | 76 | 0 | 0 | 331 | 143 | 62 |
| Binary | 10 | 1100001 | 11111110 | 1100011 | 111110 | 0 | 0 | 11011001 | 1100011 | 110010 |
Color Harmonies of #0261FE
Complementary color
Monochromatic Colors of #0261FE
Black with #0261FE
Text Example
Text Example
White with #0261FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0261FE; }
p { color: rgb(2,97,254); }
H1.HeaderClassName
{
color: #0261FE;
}
.AnyTagClassName
{
color: #0261FE;
}
</style>
background-color css
<style>
a { background-color: #0261FE; }
a { background-color: rgb(2,97,254); }
div.DivClassName
{
background-color: #0261FE;
}
.BgClassName
{
background-color: #0261FE;
}
</style>
border-color css
<style>
span { border-color: #0261FE; }
span { border-color: rgb(2,97,254); }
td.TdClassName
{
border-color: #0261FE;
}
.TagClassName
{
border-color: #0261FE;
}
</style>