Shades of Navy Blue #0266D6
Tints of Navy Blue #0266D6
RGB
CMYK
RGB Variations
Color information
#0266D6 (or 0x0266D6) is known color: Navy Blue. HEX triplet: 02, 66 and D6. RGB value is (2,102,214). Sum of RGB (Red+Green+Blue) = 2+102+214=318 (42% of max value = 765). Red value is 2 (1.17% from 255 or 0.63% from 318); Green value is 102 (40.23% from 255 or 32.08% from 318); Blue value is 214 (83.98% from 255 or 67.30% from 318); Max value from RGB is 214 - color contains mainly: blue. Hex color #0266D6 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0266D6 is #FD9929. Grayscale: #545454. Windows color (decimal): -16619818 or 14050818. OLE color: 14050818.
HSL color Cylindrical-coordinate representation of color #0266D6: hue angle of 211.7º degrees, saturation: 0.98, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0266D6 is Cyan = 0.99, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 2 | 102 | 214 | - |
| CMYK | 0.99 | 0.52 | 0 | 0.16 |
| HSL | 211.7º | 0.98% | 0.42% | - |
| HSV(B) | 211.7º | 0.99% | 0.84% | - |
| XYZ | 16.91 | 14.37 | 65.5 | - |
| YUV | 84.87 | 200.87 | 68.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 102 | 214 | 0.99 | 0.52 | 0 | 0.16 | 211.7 | 0.98 | 0.42 |
| Hex | 2 | 66 | D6 | 63 | 34 | 0 | 10 | D4 | 62 | 2A |
| Octal | 2 | 146 | 326 | 143 | 64 | 0 | 20 | 324 | 142 | 52 |
| Binary | 10 | 1100110 | 11010110 | 1100011 | 110100 | 0 | 10000 | 11010100 | 1100010 | 101010 |
Color Harmonies of #0266D6
Complementary color
Monochromatic Colors of #0266D6
Black with #0266D6
Text Example
Text Example
White with #0266D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0266D6; }
p { color: rgb(2,102,214); }
H1.HeaderClassName
{
color: #0266D6;
}
.AnyTagClassName
{
color: #0266D6;
}
</style>
background-color css
<style>
a { background-color: #0266D6; }
a { background-color: rgb(2,102,214); }
div.DivClassName
{
background-color: #0266D6;
}
.BgClassName
{
background-color: #0266D6;
}
</style>
border-color css
<style>
span { border-color: #0266D6; }
span { border-color: rgb(2,102,214); }
td.TdClassName
{
border-color: #0266D6;
}
.TagClassName
{
border-color: #0266D6;
}
</style>