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