Shades of Navy Blue #0263FD
Tints of Navy Blue #0263FD
RGB
CMYK
RGB Variations
Color information
#0263FD (or 0x0263FD) is known color: Navy Blue. HEX triplet: 02, 63 and FD. RGB value is (2,99,253). Sum of RGB (Red+Green+Blue) = 2+99+253=354 (46% of max value = 765). Red value is 2 (1.17% from 255 or 0.56% from 354); Green value is 99 (39.06% from 255 or 27.97% from 354); Blue value is 253 (99.22% from 255 or 71.47% from 354); Max value from RGB is 253 - color contains mainly: blue. Hex color #0263FD is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0263FD is #FD9C02. Grayscale: #565656. Windows color (decimal): -16620547 or 16605954. OLE color: 16605954.
HSL color Cylindrical-coordinate representation of color #0263FD: hue angle of 216.81º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0263FD is Cyan = 0.99, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 2 | 99 | 253 | - |
| CMYK | 0.99 | 0.61 | 0 | 0.01 |
| HSL | 216.81º | 0.98% | 0.5% | - |
| HSV(B) | 216.81º | 0.99% | 0.99% | - |
| XYZ | 22.22 | 16.03 | 94.85 | - |
| YUV | 87.55 | 221.36 | 66.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 99 | 253 | 0.99 | 0.61 | 0 | 0.01 | 216.81 | 0.98 | 0.5 |
| Hex | 2 | 63 | FD | 63 | 3D | 0 | 1 | D9 | 62 | 32 |
| Octal | 2 | 143 | 375 | 143 | 75 | 0 | 1 | 331 | 142 | 62 |
| Binary | 10 | 1100011 | 11111101 | 1100011 | 111101 | 0 | 1 | 11011001 | 1100010 | 110010 |
Color Harmonies of #0263FD
Complementary color
Monochromatic Colors of #0263FD
Black with #0263FD
Text Example
Text Example
White with #0263FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0263FD; }
p { color: rgb(2,99,253); }
H1.HeaderClassName
{
color: #0263FD;
}
.AnyTagClassName
{
color: #0263FD;
}
</style>
background-color css
<style>
a { background-color: #0263FD; }
a { background-color: rgb(2,99,253); }
div.DivClassName
{
background-color: #0263FD;
}
.BgClassName
{
background-color: #0263FD;
}
</style>
border-color css
<style>
span { border-color: #0263FD; }
span { border-color: rgb(2,99,253); }
td.TdClassName
{
border-color: #0263FD;
}
.TagClassName
{
border-color: #0263FD;
}
</style>