Shades of Navy Blue #026BDB
Tints of Navy Blue #026BDB
RGB
CMYK
RGB Variations
Color information
#026BDB (or 0x026BDB) is known color: Navy Blue. HEX triplet: 02, 6B and DB. RGB value is (2,107,219). Sum of RGB (Red+Green+Blue) = 2+107+219=328 (43% of max value = 765). Red value is 2 (1.17% from 255 or 0.61% from 328); Green value is 107 (42.19% from 255 or 32.62% from 328); Blue value is 219 (85.94% from 255 or 66.77% from 328); Max value from RGB is 219 - color contains mainly: blue. Hex color #026BDB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #026BDB is #FD9424. Grayscale: #575757. Windows color (decimal): -16618533 or 14379778. OLE color: 14379778.
HSL color Cylindrical-coordinate representation of color #026BDB: hue angle of 210.97º degrees, saturation: 0.98, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #026BDB is Cyan = 0.99, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 2 | 107 | 219 | - |
| CMYK | 0.99 | 0.51 | 0 | 0.14 |
| HSL | 210.97º | 0.98% | 0.43% | - |
| HSV(B) | 210.97º | 0.99% | 0.86% | - |
| XYZ | 18.07 | 15.64 | 69.08 | - |
| YUV | 88.37 | 201.71 | 66.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 107 | 219 | 0.99 | 0.51 | 0 | 0.14 | 210.97 | 0.98 | 0.43 |
| Hex | 2 | 6B | DB | 63 | 33 | 0 | E | D3 | 62 | 2B |
| Octal | 2 | 153 | 333 | 143 | 63 | 0 | 16 | 323 | 142 | 53 |
| Binary | 10 | 1101011 | 11011011 | 1100011 | 110011 | 0 | 1110 | 11010011 | 1100010 | 101011 |
Color Harmonies of #026BDB
Complementary color
Monochromatic Colors of #026BDB
Black with #026BDB
Text Example
Text Example
White with #026BDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #026BDB; }
p { color: rgb(2,107,219); }
H1.HeaderClassName
{
color: #026BDB;
}
.AnyTagClassName
{
color: #026BDB;
}
</style>
background-color css
<style>
a { background-color: #026BDB; }
a { background-color: rgb(2,107,219); }
div.DivClassName
{
background-color: #026BDB;
}
.BgClassName
{
background-color: #026BDB;
}
</style>
border-color css
<style>
span { border-color: #026BDB; }
span { border-color: rgb(2,107,219); }
td.TdClassName
{
border-color: #026BDB;
}
.TagClassName
{
border-color: #026BDB;
}
</style>