Shades of Navy Blue #0262FF
Tints of Navy Blue #0262FF
RGB
CMYK
RGB Variations
Color information
#0262FF (or 0x0262FF) is known color: Navy Blue. HEX triplet: 02, 62 and FF. RGB value is (2,98,255). Sum of RGB (Red+Green+Blue) = 2+98+255=355 (47% of max value = 765). Red value is 2 (1.17% from 255 or 0.56% from 355); Green value is 98 (38.67% from 255 or 27.61% from 355); Blue value is 255 (100% from 255 or 71.83% from 355); Max value from RGB is 255 - color contains mainly: blue. Hex color #0262FF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0262FF is #FD9D00. Grayscale: #565656. Windows color (decimal): -16620801 or 16736770. OLE color: 16736770.
HSL color Cylindrical-coordinate representation of color #0262FF: hue angle of 217.23º 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 #0262FF is Cyan = 0.99, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 2 | 98 | 255 | - |
| CMYK | 0.99 | 0.62 | 0 | 0 |
| HSL | 217.23º | 1% | 0.5% | - |
| HSV(B) | 217.23º | 0.99% | 1% | - |
| XYZ | 22.44 | 15.97 | 96.51 | - |
| YUV | 87.19 | 222.7 | 67.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 98 | 255 | 0.99 | 0.62 | 0 | 0 | 217.23 | 1 | 0.5 |
| Hex | 2 | 62 | FF | 63 | 3E | 0 | 0 | D9 | 64 | 32 |
| Octal | 2 | 142 | 377 | 143 | 76 | 0 | 0 | 331 | 144 | 62 |
| Binary | 10 | 1100010 | 11111111 | 1100011 | 111110 | 0 | 0 | 11011001 | 1100100 | 110010 |
Color Harmonies of #0262FF
Complementary color
Monochromatic Colors of #0262FF
Black with #0262FF
Text Example
Text Example
White with #0262FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0262FF; }
p { color: rgb(2,98,255); }
H1.HeaderClassName
{
color: #0262FF;
}
.AnyTagClassName
{
color: #0262FF;
}
</style>
background-color css
<style>
a { background-color: #0262FF; }
a { background-color: rgb(2,98,255); }
div.DivClassName
{
background-color: #0262FF;
}
.BgClassName
{
background-color: #0262FF;
}
</style>
border-color css
<style>
span { border-color: #0262FF; }
span { border-color: rgb(2,98,255); }
td.TdClassName
{
border-color: #0262FF;
}
.TagClassName
{
border-color: #0262FF;
}
</style>