Shades of Navy Blue #0266FE
Tints of Navy Blue #0266FE
RGB
CMYK
RGB Variations
Color information
#0266FE (or 0x0266FE) is known color: Navy Blue. HEX triplet: 02, 66 and FE. RGB value is (2,102,254). Sum of RGB (Red+Green+Blue) = 2+102+254=358 (47% of max value = 765). Red value is 2 (1.17% from 255 or 0.56% from 358); Green value is 102 (40.23% from 255 or 28.49% from 358); Blue value is 254 (99.61% from 255 or 70.95% from 358); Max value from RGB is 254 - color contains mainly: blue. Hex color #0266FE is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0266FE is #FD9901. Grayscale: #585858. Windows color (decimal): -16619778 or 16672258. OLE color: 16672258.
HSL color Cylindrical-coordinate representation of color #0266FE: hue angle of 216.19º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0266FE is Cyan = 0.99, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 2 | 102 | 254 | - |
| CMYK | 0.99 | 0.60 | 0 | 0.00 |
| HSL | 216.19º | 0.99% | 0.5% | - |
| HSV(B) | 216.19º | 0.99% | 1% | - |
| XYZ | 22.67 | 16.67 | 95.79 | - |
| YUV | 89.43 | 220.87 | 65.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 102 | 254 | 0.99 | 0.60 | 0 | 0.00 | 216.19 | 0.99 | 0.5 |
| Hex | 2 | 66 | FE | 63 | 3C | 0 | 0 | D8 | 63 | 32 |
| Octal | 2 | 146 | 376 | 143 | 74 | 0 | 0 | 330 | 143 | 62 |
| Binary | 10 | 1100110 | 11111110 | 1100011 | 111100 | 0 | 0 | 11011000 | 1100011 | 110010 |
Color Harmonies of #0266FE
Complementary color
Monochromatic Colors of #0266FE
Black with #0266FE
Text Example
Text Example
White with #0266FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0266FE; }
p { color: rgb(2,102,254); }
H1.HeaderClassName
{
color: #0266FE;
}
.AnyTagClassName
{
color: #0266FE;
}
</style>
background-color css
<style>
a { background-color: #0266FE; }
a { background-color: rgb(2,102,254); }
div.DivClassName
{
background-color: #0266FE;
}
.BgClassName
{
background-color: #0266FE;
}
</style>
border-color css
<style>
span { border-color: #0266FE; }
span { border-color: rgb(2,102,254); }
td.TdClassName
{
border-color: #0266FE;
}
.TagClassName
{
border-color: #0266FE;
}
</style>