Shades of Navy Blue #026BE0
Tints of Navy Blue #026BE0
RGB
CMYK
RGB Variations
Color information
#026BE0 (or 0x026BE0) is known color: Navy Blue. HEX triplet: 02, 6B and E0. RGB value is (2,107,224). Sum of RGB (Red+Green+Blue) = 2+107+224=333 (44% of max value = 765). Red value is 2 (1.17% from 255 or 0.60% from 333); Green value is 107 (42.19% from 255 or 32.13% from 333); Blue value is 224 (87.89% from 255 or 67.27% from 333); Max value from RGB is 224 - color contains mainly: blue. Hex color #026BE0 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #026BE0 is #FD941F. Grayscale: #585858. Windows color (decimal): -16618528 or 14707458. OLE color: 14707458.
HSL color Cylindrical-coordinate representation of color #026BE0: hue angle of 211.62º degrees, saturation: 0.98, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #026BE0 is Cyan = 0.99, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 2 | 107 | 224 | - |
| CMYK | 0.99 | 0.52 | 0 | 0.12 |
| HSL | 211.62º | 0.98% | 0.44% | - |
| HSV(B) | 211.62º | 0.99% | 0.88% | - |
| XYZ | 18.74 | 15.91 | 72.6 | - |
| YUV | 88.94 | 204.21 | 65.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 107 | 224 | 0.99 | 0.52 | 0 | 0.12 | 211.62 | 0.98 | 0.44 |
| Hex | 2 | 6B | E0 | 63 | 34 | 0 | C | D4 | 62 | 2C |
| Octal | 2 | 153 | 340 | 143 | 64 | 0 | 14 | 324 | 142 | 54 |
| Binary | 10 | 1101011 | 11100000 | 1100011 | 110100 | 0 | 1100 | 11010100 | 1100010 | 101100 |
Color Harmonies of #026BE0
Complementary color
Monochromatic Colors of #026BE0
Black with #026BE0
Text Example
Text Example
White with #026BE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #026BE0; }
p { color: rgb(2,107,224); }
H1.HeaderClassName
{
color: #026BE0;
}
.AnyTagClassName
{
color: #026BE0;
}
</style>
background-color css
<style>
a { background-color: #026BE0; }
a { background-color: rgb(2,107,224); }
div.DivClassName
{
background-color: #026BE0;
}
.BgClassName
{
background-color: #026BE0;
}
</style>
border-color css
<style>
span { border-color: #026BE0; }
span { border-color: rgb(2,107,224); }
td.TdClassName
{
border-color: #026BE0;
}
.TagClassName
{
border-color: #026BE0;
}
</style>