Shades of Navy Blue #0262CA
Tints of Navy Blue #0262CA
RGB
CMYK
RGB Variations
Color information
#0262CA (or 0x0262CA) is known color: Navy Blue. HEX triplet: 02, 62 and CA. RGB value is (2,98,202). Sum of RGB (Red+Green+Blue) = 2+98+202=302 (40% of max value = 765). Red value is 2 (1.17% from 255 or 0.66% from 302); Green value is 98 (38.67% from 255 or 32.45% from 302); Blue value is 202 (79.30% from 255 or 66.89% from 302); Max value from RGB is 202 - color contains mainly: blue. Hex color #0262CA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0262CA is #FD9D35. Grayscale: #505050. Windows color (decimal): -16620854 or 13263362. OLE color: 13263362.
HSL color Cylindrical-coordinate representation of color #0262CA: hue angle of 211.2º degrees, saturation: 0.98, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0262CA is Cyan = 0.99, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 2 | 98 | 202 | - |
| CMYK | 0.99 | 0.51 | 0 | 0.21 |
| HSL | 211.2º | 0.98% | 0.4% | - |
| HSV(B) | 211.2º | 0.99% | 0.79% | - |
| XYZ | 15.05 | 13.01 | 57.6 | - |
| YUV | 81.15 | 196.2 | 71.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 98 | 202 | 0.99 | 0.51 | 0 | 0.21 | 211.2 | 0.98 | 0.4 |
| Hex | 2 | 62 | CA | 63 | 33 | 0 | 15 | D3 | 62 | 28 |
| Octal | 2 | 142 | 312 | 143 | 63 | 0 | 25 | 323 | 142 | 50 |
| Binary | 10 | 1100010 | 11001010 | 1100011 | 110011 | 0 | 10101 | 11010011 | 1100010 | 101000 |
Color Harmonies of #0262CA
Complementary color
Monochromatic Colors of #0262CA
Black with #0262CA
Text Example
Text Example
White with #0262CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0262CA; }
p { color: rgb(2,98,202); }
H1.HeaderClassName
{
color: #0262CA;
}
.AnyTagClassName
{
color: #0262CA;
}
</style>
background-color css
<style>
a { background-color: #0262CA; }
a { background-color: rgb(2,98,202); }
div.DivClassName
{
background-color: #0262CA;
}
.BgClassName
{
background-color: #0262CA;
}
</style>
border-color css
<style>
span { border-color: #0262CA; }
span { border-color: rgb(2,98,202); }
td.TdClassName
{
border-color: #0262CA;
}
.TagClassName
{
border-color: #0262CA;
}
</style>