Shades of Navy Blue #0262DD
Tints of Navy Blue #0262DD
RGB
CMYK
RGB Variations
Color information
#0262DD (or 0x0262DD) is known color: Navy Blue. HEX triplet: 02, 62 and DD. RGB value is (2,98,221). Sum of RGB (Red+Green+Blue) = 2+98+221=321 (42% of max value = 765). Red value is 2 (1.17% from 255 or 0.62% from 321); Green value is 98 (38.67% from 255 or 30.53% from 321); Blue value is 221 (86.72% from 255 or 68.85% from 321); Max value from RGB is 221 - color contains mainly: blue. Hex color #0262DD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0262DD is #FD9D22. Grayscale: #525252. Windows color (decimal): -16620835 or 14508546. OLE color: 14508546.
HSL color Cylindrical-coordinate representation of color #0262DD: hue angle of 213.7º 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 #0262DD is Cyan = 0.99, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 2 | 98 | 221 | - |
| CMYK | 0.99 | 0.56 | 0 | 0.13 |
| HSL | 213.7º | 0.98% | 0.44% | - |
| HSV(B) | 213.7º | 0.99% | 0.87% | - |
| XYZ | 17.44 | 13.97 | 70.18 | - |
| YUV | 83.32 | 205.7 | 70 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 98 | 221 | 0.99 | 0.56 | 0 | 0.13 | 213.7 | 0.98 | 0.44 |
| Hex | 2 | 62 | DD | 63 | 38 | 0 | D | D6 | 62 | 2C |
| Octal | 2 | 142 | 335 | 143 | 70 | 0 | 15 | 326 | 142 | 54 |
| Binary | 10 | 1100010 | 11011101 | 1100011 | 111000 | 0 | 1101 | 11010110 | 1100010 | 101100 |
Color Harmonies of #0262DD
Complementary color
Monochromatic Colors of #0262DD
Black with #0262DD
Text Example
Text Example
White with #0262DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0262DD; }
p { color: rgb(2,98,221); }
H1.HeaderClassName
{
color: #0262DD;
}
.AnyTagClassName
{
color: #0262DD;
}
</style>
background-color css
<style>
a { background-color: #0262DD; }
a { background-color: rgb(2,98,221); }
div.DivClassName
{
background-color: #0262DD;
}
.BgClassName
{
background-color: #0262DD;
}
</style>
border-color css
<style>
span { border-color: #0262DD; }
span { border-color: rgb(2,98,221); }
td.TdClassName
{
border-color: #0262DD;
}
.TagClassName
{
border-color: #0262DD;
}
</style>