Shades of Navy Blue #0262FE
Tints of Navy Blue #0262FE
RGB
CMYK
RGB Variations
Color information
#0262FE (or 0x0262FE) is known color: Navy Blue. HEX triplet: 02, 62 and FE. RGB value is (2,98,254). Sum of RGB (Red+Green+Blue) = 2+98+254=354 (46% of max value = 765). Red value is 2 (1.17% from 255 or 0.56% from 354); Green value is 98 (38.67% from 255 or 27.68% from 354); Blue value is 254 (99.61% from 255 or 71.75% from 354); Max value from RGB is 254 - color contains mainly: blue. Hex color #0262FE is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0262FE is #FD9D01. Grayscale: #565656. Windows color (decimal): -16620802 or 16671234. OLE color: 16671234.
HSL color Cylindrical-coordinate representation of color #0262FE: hue angle of 217.14º 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 #0262FE is Cyan = 0.99, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 2 | 98 | 254 | - |
| CMYK | 0.99 | 0.61 | 0 | 0.00 |
| HSL | 217.14º | 0.99% | 0.5% | - |
| HSV(B) | 217.14º | 0.99% | 1% | - |
| XYZ | 22.28 | 15.9 | 95.66 | - |
| YUV | 87.08 | 222.2 | 67.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 98 | 254 | 0.99 | 0.61 | 0 | 0.00 | 217.14 | 0.99 | 0.5 |
| Hex | 2 | 62 | FE | 63 | 3D | 0 | 0 | D9 | 63 | 32 |
| Octal | 2 | 142 | 376 | 143 | 75 | 0 | 0 | 331 | 143 | 62 |
| Binary | 10 | 1100010 | 11111110 | 1100011 | 111101 | 0 | 0 | 11011001 | 1100011 | 110010 |
Color Harmonies of #0262FE
Complementary color
Monochromatic Colors of #0262FE
Black with #0262FE
Text Example
Text Example
White with #0262FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0262FE; }
p { color: rgb(2,98,254); }
H1.HeaderClassName
{
color: #0262FE;
}
.AnyTagClassName
{
color: #0262FE;
}
</style>
background-color css
<style>
a { background-color: #0262FE; }
a { background-color: rgb(2,98,254); }
div.DivClassName
{
background-color: #0262FE;
}
.BgClassName
{
background-color: #0262FE;
}
</style>
border-color css
<style>
span { border-color: #0262FE; }
span { border-color: rgb(2,98,254); }
td.TdClassName
{
border-color: #0262FE;
}
.TagClassName
{
border-color: #0262FE;
}
</style>