Shades of Navy Blue #0261DC
Tints of Navy Blue #0261DC
RGB
CMYK
RGB Variations
Color information
#0261DC (or 0x0261DC) is known color: Navy Blue. HEX triplet: 02, 61 and DC. RGB value is (2,97,220). Sum of RGB (Red+Green+Blue) = 2+97+220=319 (42% of max value = 765). Red value is 2 (1.17% from 255 or 0.63% from 319); Green value is 97 (38.28% from 255 or 30.41% from 319); Blue value is 220 (86.33% from 255 or 68.97% from 319); Max value from RGB is 220 - color contains mainly: blue. Hex color #0261DC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0261DC is #FD9E23. Grayscale: #525252. Windows color (decimal): -16621092 or 14442754. OLE color: 14442754.
HSL color Cylindrical-coordinate representation of color #0261DC: hue angle of 213.85º 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 #0261DC is Cyan = 0.99, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 2 | 97 | 220 | - |
| CMYK | 0.99 | 0.56 | 0 | 0.14 |
| HSL | 213.85º | 0.98% | 0.44% | - |
| HSV(B) | 213.85º | 0.99% | 0.86% | - |
| XYZ | 17.22 | 13.73 | 69.45 | - |
| YUV | 82.62 | 205.53 | 70.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 97 | 220 | 0.99 | 0.56 | 0 | 0.14 | 213.85 | 0.98 | 0.44 |
| Hex | 2 | 61 | DC | 63 | 38 | 0 | E | D6 | 62 | 2C |
| Octal | 2 | 141 | 334 | 143 | 70 | 0 | 16 | 326 | 142 | 54 |
| Binary | 10 | 1100001 | 11011100 | 1100011 | 111000 | 0 | 1110 | 11010110 | 1100010 | 101100 |
Color Harmonies of #0261DC
Complementary color
Monochromatic Colors of #0261DC
Black with #0261DC
Text Example
Text Example
White with #0261DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0261DC; }
p { color: rgb(2,97,220); }
H1.HeaderClassName
{
color: #0261DC;
}
.AnyTagClassName
{
color: #0261DC;
}
</style>
background-color css
<style>
a { background-color: #0261DC; }
a { background-color: rgb(2,97,220); }
div.DivClassName
{
background-color: #0261DC;
}
.BgClassName
{
background-color: #0261DC;
}
</style>
border-color css
<style>
span { border-color: #0261DC; }
span { border-color: rgb(2,97,220); }
td.TdClassName
{
border-color: #0261DC;
}
.TagClassName
{
border-color: #0261DC;
}
</style>