Shades of Navy Blue #0266C6
Tints of Navy Blue #0266C6
RGB
CMYK
RGB Variations
Color information
#0266C6 (or 0x0266C6) is known color: Navy Blue. HEX triplet: 02, 66 and C6. RGB value is (2,102,198). Sum of RGB (Red+Green+Blue) = 2+102+198=302 (40% of max value = 765). Red value is 2 (1.17% from 255 or 0.66% from 302); Green value is 102 (40.23% from 255 or 33.77% from 302); Blue value is 198 (77.73% from 255 or 65.56% from 302); Max value from RGB is 198 - color contains mainly: blue. Hex color #0266C6 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0266C6 is #FD9939. Grayscale: #525252. Windows color (decimal): -16619834 or 13002242. OLE color: 13002242.
HSL color Cylindrical-coordinate representation of color #0266C6: hue angle of 209.39º degrees, saturation: 0.98, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0266C6 is Cyan = 0.99, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 2 | 102 | 198 | - |
| CMYK | 0.99 | 0.48 | 0 | 0.22 |
| HSL | 209.39º | 0.98% | 0.39% | - |
| HSV(B) | 209.39º | 0.99% | 0.78% | - |
| XYZ | 14.97 | 13.59 | 55.26 | - |
| YUV | 83.04 | 192.87 | 70.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 102 | 198 | 0.99 | 0.48 | 0 | 0.22 | 209.39 | 0.98 | 0.39 |
| Hex | 2 | 66 | C6 | 63 | 30 | 0 | 16 | D1 | 62 | 27 |
| Octal | 2 | 146 | 306 | 143 | 60 | 0 | 26 | 321 | 142 | 47 |
| Binary | 10 | 1100110 | 11000110 | 1100011 | 110000 | 0 | 10110 | 11010001 | 1100010 | 100111 |
Color Harmonies of #0266C6
Complementary color
Monochromatic Colors of #0266C6
Black with #0266C6
Text Example
Text Example
White with #0266C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0266C6; }
p { color: rgb(2,102,198); }
H1.HeaderClassName
{
color: #0266C6;
}
.AnyTagClassName
{
color: #0266C6;
}
</style>
background-color css
<style>
a { background-color: #0266C6; }
a { background-color: rgb(2,102,198); }
div.DivClassName
{
background-color: #0266C6;
}
.BgClassName
{
background-color: #0266C6;
}
</style>
border-color css
<style>
span { border-color: #0266C6; }
span { border-color: rgb(2,102,198); }
td.TdClassName
{
border-color: #0266C6;
}
.TagClassName
{
border-color: #0266C6;
}
</style>