Shades of Navy Blue #0262DB
Tints of Navy Blue #0262DB
RGB
CMYK
RGB Variations
Color information
#0262DB (or 0x0262DB) is known color: Navy Blue. HEX triplet: 02, 62 and DB. RGB value is (2,98,219). Sum of RGB (Red+Green+Blue) = 2+98+219=319 (42% of max value = 765). Red value is 2 (1.17% from 255 or 0.63% from 319); Green value is 98 (38.67% from 255 or 30.72% from 319); Blue value is 219 (85.94% from 255 or 68.65% from 319); Max value from RGB is 219 - color contains mainly: blue. Hex color #0262DB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0262DB is #FD9D24. Grayscale: #525252. Windows color (decimal): -16620837 or 14377474. OLE color: 14377474.
HSL color Cylindrical-coordinate representation of color #0262DB: hue angle of 213.46º degrees, saturation: 0.98, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0262DB is Cyan = 0.99, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 2 | 98 | 219 | - |
| CMYK | 0.99 | 0.55 | 0 | 0.14 |
| HSL | 213.46º | 0.98% | 0.43% | - |
| HSV(B) | 213.46º | 0.99% | 0.86% | - |
| XYZ | 17.18 | 13.86 | 68.79 | - |
| YUV | 83.09 | 204.7 | 70.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 98 | 219 | 0.99 | 0.55 | 0 | 0.14 | 213.46 | 0.98 | 0.43 |
| Hex | 2 | 62 | DB | 63 | 37 | 0 | E | D5 | 62 | 2B |
| Octal | 2 | 142 | 333 | 143 | 67 | 0 | 16 | 325 | 142 | 53 |
| Binary | 10 | 1100010 | 11011011 | 1100011 | 110111 | 0 | 1110 | 11010101 | 1100010 | 101011 |
Color Harmonies of #0262DB
Complementary color
Monochromatic Colors of #0262DB
Black with #0262DB
Text Example
Text Example
White with #0262DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0262DB; }
p { color: rgb(2,98,219); }
H1.HeaderClassName
{
color: #0262DB;
}
.AnyTagClassName
{
color: #0262DB;
}
</style>
background-color css
<style>
a { background-color: #0262DB; }
a { background-color: rgb(2,98,219); }
div.DivClassName
{
background-color: #0262DB;
}
.BgClassName
{
background-color: #0262DB;
}
</style>
border-color css
<style>
span { border-color: #0262DB; }
span { border-color: rgb(2,98,219); }
td.TdClassName
{
border-color: #0262DB;
}
.TagClassName
{
border-color: #0262DB;
}
</style>