Shades of Navy Blue #0266CD
Tints of Navy Blue #0266CD
RGB
CMYK
RGB Variations
Color information
#0266CD (or 0x0266CD) is known color: Navy Blue. HEX triplet: 02, 66 and CD. RGB value is (2,102,205). Sum of RGB (Red+Green+Blue) = 2+102+205=309 (40% of max value = 765). Red value is 2 (1.17% from 255 or 0.65% from 309); Green value is 102 (40.23% from 255 or 33.01% from 309); Blue value is 205 (80.47% from 255 or 66.34% from 309); Max value from RGB is 205 - color contains mainly: blue. Hex color #0266CD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0266CD is #FD9932. Grayscale: #535353. Windows color (decimal): -16619827 or 13460994. OLE color: 13460994.
HSL color Cylindrical-coordinate representation of color #0266CD: hue angle of 210.44º degrees, saturation: 0.98, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0266CD is Cyan = 0.99, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 2 | 102 | 205 | - |
| CMYK | 0.99 | 0.50 | 0 | 0.20 |
| HSL | 210.44º | 0.98% | 0.41% | - |
| HSV(B) | 210.44º | 0.99% | 0.8% | - |
| XYZ | 15.8 | 13.92 | 59.61 | - |
| YUV | 83.84 | 196.37 | 69.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 102 | 205 | 0.99 | 0.50 | 0 | 0.20 | 210.44 | 0.98 | 0.41 |
| Hex | 2 | 66 | CD | 63 | 32 | 0 | 14 | D2 | 62 | 29 |
| Octal | 2 | 146 | 315 | 143 | 62 | 0 | 24 | 322 | 142 | 51 |
| Binary | 10 | 1100110 | 11001101 | 1100011 | 110010 | 0 | 10100 | 11010010 | 1100010 | 101001 |
Color Harmonies of #0266CD
Complementary color
Monochromatic Colors of #0266CD
Black with #0266CD
Text Example
Text Example
White with #0266CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0266CD; }
p { color: rgb(2,102,205); }
H1.HeaderClassName
{
color: #0266CD;
}
.AnyTagClassName
{
color: #0266CD;
}
</style>
background-color css
<style>
a { background-color: #0266CD; }
a { background-color: rgb(2,102,205); }
div.DivClassName
{
background-color: #0266CD;
}
.BgClassName
{
background-color: #0266CD;
}
</style>
border-color css
<style>
span { border-color: #0266CD; }
span { border-color: rgb(2,102,205); }
td.TdClassName
{
border-color: #0266CD;
}
.TagClassName
{
border-color: #0266CD;
}
</style>