Shades of Navy Blue #026FED
Tints of Navy Blue #026FED
RGB
CMYK
RGB Variations
Color information
#026FED (or 0x026FED) is known color: Navy Blue. HEX triplet: 02, 6F and ED. RGB value is (2,111,237). Sum of RGB (Red+Green+Blue) = 2+111+237=350 (46% of max value = 765). Red value is 2 (1.17% from 255 or 0.57% from 350); Green value is 111 (43.75% from 255 or 31.71% from 350); Blue value is 237 (92.97% from 255 or 67.71% from 350); Max value from RGB is 237 - color contains mainly: blue. Hex color #026FED is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #026FED is #FD9012. Grayscale: #5C5C5C. Windows color (decimal): -16617491 or 15560450. OLE color: 15560450.
HSL color Cylindrical-coordinate representation of color #026FED: hue angle of 212.17º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #026FED is Cyan = 0.99, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 2 | 111 | 237 | - |
| CMYK | 0.99 | 0.53 | 0 | 0.07 |
| HSL | 212.17º | 0.98% | 0.47% | - |
| HSV(B) | 212.17º | 0.99% | 0.93% | - |
| XYZ | 21 | 17.5 | 82.39 | - |
| YUV | 92.77 | 209.39 | 63.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 111 | 237 | 0.99 | 0.53 | 0 | 0.07 | 212.17 | 0.98 | 0.47 |
| Hex | 2 | 6F | ED | 63 | 35 | 0 | 7 | D4 | 62 | 2F |
| Octal | 2 | 157 | 355 | 143 | 65 | 0 | 7 | 324 | 142 | 57 |
| Binary | 10 | 1101111 | 11101101 | 1100011 | 110101 | 0 | 111 | 11010100 | 1100010 | 101111 |
Color Harmonies of #026FED
Complementary color
Monochromatic Colors of #026FED
Black with #026FED
Text Example
Text Example
White with #026FED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #026FED; }
p { color: rgb(2,111,237); }
H1.HeaderClassName
{
color: #026FED;
}
.AnyTagClassName
{
color: #026FED;
}
</style>
background-color css
<style>
a { background-color: #026FED; }
a { background-color: rgb(2,111,237); }
div.DivClassName
{
background-color: #026FED;
}
.BgClassName
{
background-color: #026FED;
}
</style>
border-color css
<style>
span { border-color: #026FED; }
span { border-color: rgb(2,111,237); }
td.TdClassName
{
border-color: #026FED;
}
.TagClassName
{
border-color: #026FED;
}
</style>