Shades of Navy Blue #0263FB
Tints of Navy Blue #0263FB
RGB
CMYK
RGB Variations
Color information
#0263FB (or 0x0263FB) is known color: Navy Blue. HEX triplet: 02, 63 and FB. RGB value is (2,99,251). Sum of RGB (Red+Green+Blue) = 2+99+251=352 (46% of max value = 765). Red value is 2 (1.17% from 255 or 0.57% from 352); Green value is 99 (39.06% from 255 or 28.12% from 352); Blue value is 251 (98.44% from 255 or 71.31% from 352); Max value from RGB is 251 - color contains mainly: blue. Hex color #0263FB is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0263FB is #FD9C04. Grayscale: #565656. Windows color (decimal): -16620549 or 16474882. OLE color: 16474882.
HSL color Cylindrical-coordinate representation of color #0263FB: hue angle of 216.63º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0263FB is Cyan = 0.99, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 2 | 99 | 251 | - |
| CMYK | 0.99 | 0.61 | 0 | 0.02 |
| HSL | 216.63º | 0.98% | 0.5% | - |
| HSV(B) | 216.63º | 0.99% | 0.98% | - |
| XYZ | 21.9 | 15.9 | 93.18 | - |
| YUV | 87.33 | 220.36 | 67.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 99 | 251 | 0.99 | 0.61 | 0 | 0.02 | 216.63 | 0.98 | 0.5 |
| Hex | 2 | 63 | FB | 63 | 3D | 0 | 2 | D9 | 62 | 32 |
| Octal | 2 | 143 | 373 | 143 | 75 | 0 | 2 | 331 | 142 | 62 |
| Binary | 10 | 1100011 | 11111011 | 1100011 | 111101 | 0 | 10 | 11011001 | 1100010 | 110010 |
Color Harmonies of #0263FB
Complementary color
Monochromatic Colors of #0263FB
Black with #0263FB
Text Example
Text Example
White with #0263FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0263FB; }
p { color: rgb(2,99,251); }
H1.HeaderClassName
{
color: #0263FB;
}
.AnyTagClassName
{
color: #0263FB;
}
</style>
background-color css
<style>
a { background-color: #0263FB; }
a { background-color: rgb(2,99,251); }
div.DivClassName
{
background-color: #0263FB;
}
.BgClassName
{
background-color: #0263FB;
}
</style>
border-color css
<style>
span { border-color: #0263FB; }
span { border-color: rgb(2,99,251); }
td.TdClassName
{
border-color: #0263FB;
}
.TagClassName
{
border-color: #0263FB;
}
</style>