Shades of Navy Blue #0263FF
Tints of Navy Blue #0263FF
RGB
CMYK
RGB Variations
Color information
#0263FF (or 0x0263FF) is known color: Navy Blue. HEX triplet: 02, 63 and FF. RGB value is (2,99,255). Sum of RGB (Red+Green+Blue) = 2+99+255=356 (47% of max value = 765). Red value is 2 (1.17% from 255 or 0.56% from 356); Green value is 99 (39.06% from 255 or 27.81% from 356); Blue value is 255 (100% from 255 or 71.63% from 356); Max value from RGB is 255 - color contains mainly: blue. Hex color #0263FF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0263FF is #FD9C00. Grayscale: #575757. Windows color (decimal): -16620545 or 16737026. OLE color: 16737026.
HSL color Cylindrical-coordinate representation of color #0263FF: hue angle of 217º 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 #0263FF is Cyan = 0.99, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 2 | 99 | 255 | - |
| CMYK | 0.99 | 0.61 | 0 | 0 |
| HSL | 217º | 1% | 0.5% | - |
| HSV(B) | 217º | 0.99% | 1% | - |
| XYZ | 22.54 | 16.16 | 96.54 | - |
| YUV | 87.78 | 222.36 | 66.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 99 | 255 | 0.99 | 0.61 | 0 | 0 | 217 | 1 | 0.5 |
| Hex | 2 | 63 | FF | 63 | 3D | 0 | 0 | D9 | 64 | 32 |
| Octal | 2 | 143 | 377 | 143 | 75 | 0 | 0 | 331 | 144 | 62 |
| Binary | 10 | 1100011 | 11111111 | 1100011 | 111101 | 0 | 0 | 11011001 | 1100100 | 110010 |
Color Harmonies of #0263FF
Complementary color
Monochromatic Colors of #0263FF
Black with #0263FF
Text Example
Text Example
White with #0263FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0263FF; }
p { color: rgb(2,99,255); }
H1.HeaderClassName
{
color: #0263FF;
}
.AnyTagClassName
{
color: #0263FF;
}
</style>
background-color css
<style>
a { background-color: #0263FF; }
a { background-color: rgb(2,99,255); }
div.DivClassName
{
background-color: #0263FF;
}
.BgClassName
{
background-color: #0263FF;
}
</style>
border-color css
<style>
span { border-color: #0263FF; }
span { border-color: rgb(2,99,255); }
td.TdClassName
{
border-color: #0263FF;
}
.TagClassName
{
border-color: #0263FF;
}
</style>