Shades of Navy Blue #0266BE
Tints of Navy Blue #0266BE
RGB
CMYK
RGB Variations
Color information
#0266BE (or 0x0266BE) is known color: Navy Blue. HEX triplet: 02, 66 and BE. RGB value is (2,102,190). Sum of RGB (Red+Green+Blue) = 2+102+190=294 (38% of max value = 765). Red value is 2 (1.17% from 255 or 0.68% from 294); Green value is 102 (40.23% from 255 or 34.69% from 294); Blue value is 190 (74.61% from 255 or 64.63% from 294); Max value from RGB is 190 - color contains mainly: blue. Hex color #0266BE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0266BE is #FD9941. Grayscale: #515151. Windows color (decimal): -16619842 or 12477954. OLE color: 12477954.
HSL color Cylindrical-coordinate representation of color #0266BE: hue angle of 208.09º degrees, saturation: 0.98, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0266BE is Cyan = 0.99, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 2 | 102 | 190 | - |
| CMYK | 0.99 | 0.46 | 0 | 0.25 |
| HSL | 208.09º | 0.98% | 0.38% | - |
| HSV(B) | 208.09º | 0.99% | 0.75% | - |
| XYZ | 14.07 | 13.23 | 50.53 | - |
| YUV | 82.13 | 188.87 | 70.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 102 | 190 | 0.99 | 0.46 | 0 | 0.25 | 208.09 | 0.98 | 0.38 |
| Hex | 2 | 66 | BE | 63 | 2E | 0 | 19 | D0 | 62 | 26 |
| Octal | 2 | 146 | 276 | 143 | 56 | 0 | 31 | 320 | 142 | 46 |
| Binary | 10 | 1100110 | 10111110 | 1100011 | 101110 | 0 | 11001 | 11010000 | 1100010 | 100110 |
Color Harmonies of #0266BE
Complementary color
Monochromatic Colors of #0266BE
Black with #0266BE
Text Example
Text Example
White with #0266BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0266BE; }
p { color: rgb(2,102,190); }
H1.HeaderClassName
{
color: #0266BE;
}
.AnyTagClassName
{
color: #0266BE;
}
</style>
background-color css
<style>
a { background-color: #0266BE; }
a { background-color: rgb(2,102,190); }
div.DivClassName
{
background-color: #0266BE;
}
.BgClassName
{
background-color: #0266BE;
}
</style>
border-color css
<style>
span { border-color: #0266BE; }
span { border-color: rgb(2,102,190); }
td.TdClassName
{
border-color: #0266BE;
}
.TagClassName
{
border-color: #0266BE;
}
</style>