Shades of Navy Blue #0262DC
Tints of Navy Blue #0262DC
RGB
CMYK
RGB Variations
Color information
#0262DC (or 0x0262DC) is known color: Navy Blue. HEX triplet: 02, 62 and DC. RGB value is (2,98,220). Sum of RGB (Red+Green+Blue) = 2+98+220=320 (42% of max value = 765). Red value is 2 (1.17% from 255 or 0.62% from 320); Green value is 98 (38.67% from 255 or 30.62% from 320); Blue value is 220 (86.33% from 255 or 68.75% from 320); Max value from RGB is 220 - color contains mainly: blue. Hex color #0262DC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0262DC is #FD9D23. Grayscale: #525252. Windows color (decimal): -16620836 or 14443010. OLE color: 14443010.
HSL color Cylindrical-coordinate representation of color #0262DC: hue angle of 213.58º degrees, saturation: 0.98, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0262DC is Cyan = 0.99, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 2 | 98 | 220 | - |
| CMYK | 0.99 | 0.55 | 0 | 0.14 |
| HSL | 213.58º | 0.98% | 0.44% | - |
| HSV(B) | 213.58º | 0.99% | 0.86% | - |
| XYZ | 17.31 | 13.92 | 69.48 | - |
| YUV | 83.2 | 205.2 | 70.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 98 | 220 | 0.99 | 0.55 | 0 | 0.14 | 213.58 | 0.98 | 0.44 |
| Hex | 2 | 62 | DC | 63 | 37 | 0 | E | D6 | 62 | 2C |
| Octal | 2 | 142 | 334 | 143 | 67 | 0 | 16 | 326 | 142 | 54 |
| Binary | 10 | 1100010 | 11011100 | 1100011 | 110111 | 0 | 1110 | 11010110 | 1100010 | 101100 |
Color Harmonies of #0262DC
Complementary color
Monochromatic Colors of #0262DC
Black with #0262DC
Text Example
Text Example
White with #0262DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0262DC; }
p { color: rgb(2,98,220); }
H1.HeaderClassName
{
color: #0262DC;
}
.AnyTagClassName
{
color: #0262DC;
}
</style>
background-color css
<style>
a { background-color: #0262DC; }
a { background-color: rgb(2,98,220); }
div.DivClassName
{
background-color: #0262DC;
}
.BgClassName
{
background-color: #0262DC;
}
</style>
border-color css
<style>
span { border-color: #0262DC; }
span { border-color: rgb(2,98,220); }
td.TdClassName
{
border-color: #0262DC;
}
.TagClassName
{
border-color: #0262DC;
}
</style>