Shades of Navy Blue #0262DA
Tints of Navy Blue #0262DA
RGB
CMYK
RGB Variations
Color information
#0262DA (or 0x0262DA) is known color: Navy Blue. HEX triplet: 02, 62 and DA. RGB value is (2,98,218). Sum of RGB (Red+Green+Blue) = 2+98+218=318 (42% of max value = 765). Red value is 2 (1.17% from 255 or 0.63% from 318); Green value is 98 (38.67% from 255 or 30.82% from 318); Blue value is 218 (85.55% from 255 or 68.55% from 318); Max value from RGB is 218 - color contains mainly: blue. Hex color #0262DA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0262DA is #FD9D25. Grayscale: #525252. Windows color (decimal): -16620838 or 14311938. OLE color: 14311938.
HSL color Cylindrical-coordinate representation of color #0262DA: hue angle of 213.33º degrees, saturation: 0.98, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0262DA is Cyan = 0.99, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 2 | 98 | 218 | - |
| CMYK | 0.99 | 0.55 | 0 | 0.15 |
| HSL | 213.33º | 0.98% | 0.43% | - |
| HSV(B) | 213.33º | 0.99% | 0.85% | - |
| XYZ | 17.05 | 13.81 | 68.1 | - |
| YUV | 82.98 | 204.2 | 70.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 98 | 218 | 0.99 | 0.55 | 0 | 0.15 | 213.33 | 0.98 | 0.43 |
| Hex | 2 | 62 | DA | 63 | 37 | 0 | F | D5 | 62 | 2B |
| Octal | 2 | 142 | 332 | 143 | 67 | 0 | 17 | 325 | 142 | 53 |
| Binary | 10 | 1100010 | 11011010 | 1100011 | 110111 | 0 | 1111 | 11010101 | 1100010 | 101011 |
Color Harmonies of #0262DA
Complementary color
Monochromatic Colors of #0262DA
Black with #0262DA
Text Example
Text Example
White with #0262DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0262DA; }
p { color: rgb(2,98,218); }
H1.HeaderClassName
{
color: #0262DA;
}
.AnyTagClassName
{
color: #0262DA;
}
</style>
background-color css
<style>
a { background-color: #0262DA; }
a { background-color: rgb(2,98,218); }
div.DivClassName
{
background-color: #0262DA;
}
.BgClassName
{
background-color: #0262DA;
}
</style>
border-color css
<style>
span { border-color: #0262DA; }
span { border-color: rgb(2,98,218); }
td.TdClassName
{
border-color: #0262DA;
}
.TagClassName
{
border-color: #0262DA;
}
</style>