Shades of Navy Blue #0263DD
Tints of Navy Blue #0263DD
RGB
CMYK
RGB Variations
Color information
#0263DD (or 0x0263DD) is known color: Navy Blue. HEX triplet: 02, 63 and DD. RGB value is (2,99,221). Sum of RGB (Red+Green+Blue) = 2+99+221=322 (42% of max value = 765). Red value is 2 (1.17% from 255 or 0.62% from 322); Green value is 99 (39.06% from 255 or 30.75% from 322); Blue value is 221 (86.72% from 255 or 68.63% from 322); Max value from RGB is 221 - color contains mainly: blue. Hex color #0263DD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0263DD is #FD9C22. Grayscale: #535353. Windows color (decimal): -16620579 or 14508802. OLE color: 14508802.
HSL color Cylindrical-coordinate representation of color #0263DD: hue angle of 213.42º degrees, saturation: 0.98, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0263DD is Cyan = 0.99, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 2 | 99 | 221 | - |
| CMYK | 0.99 | 0.55 | 0 | 0.13 |
| HSL | 213.42º | 0.98% | 0.44% | - |
| HSV(B) | 213.42º | 0.99% | 0.87% | - |
| XYZ | 17.54 | 14.16 | 70.21 | - |
| YUV | 83.91 | 205.36 | 69.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 99 | 221 | 0.99 | 0.55 | 0 | 0.13 | 213.42 | 0.98 | 0.44 |
| Hex | 2 | 63 | DD | 63 | 37 | 0 | D | D5 | 62 | 2C |
| Octal | 2 | 143 | 335 | 143 | 67 | 0 | 15 | 325 | 142 | 54 |
| Binary | 10 | 1100011 | 11011101 | 1100011 | 110111 | 0 | 1101 | 11010101 | 1100010 | 101100 |
Color Harmonies of #0263DD
Complementary color
Monochromatic Colors of #0263DD
Black with #0263DD
Text Example
Text Example
White with #0263DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0263DD; }
p { color: rgb(2,99,221); }
H1.HeaderClassName
{
color: #0263DD;
}
.AnyTagClassName
{
color: #0263DD;
}
</style>
background-color css
<style>
a { background-color: #0263DD; }
a { background-color: rgb(2,99,221); }
div.DivClassName
{
background-color: #0263DD;
}
.BgClassName
{
background-color: #0263DD;
}
</style>
border-color css
<style>
span { border-color: #0263DD; }
span { border-color: rgb(2,99,221); }
td.TdClassName
{
border-color: #0263DD;
}
.TagClassName
{
border-color: #0263DD;
}
</style>