Shades of Navy Blue #026FDB
Tints of Navy Blue #026FDB
RGB
CMYK
RGB Variations
Color information
#026FDB (or 0x026FDB) is known color: Navy Blue. HEX triplet: 02, 6F and DB. RGB value is (2,111,219). Sum of RGB (Red+Green+Blue) = 2+111+219=332 (43% of max value = 765). Red value is 2 (1.17% from 255 or 0.60% from 332); Green value is 111 (43.75% from 255 or 33.43% from 332); Blue value is 219 (85.94% from 255 or 65.96% from 332); Max value from RGB is 219 - color contains mainly: blue. Hex color #026FDB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #026FDB is #FD9024. Grayscale: #5A5A5A. Windows color (decimal): -16617509 or 14380802. OLE color: 14380802.
HSL color Cylindrical-coordinate representation of color #026FDB: hue angle of 209.86º 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 #026FDB is Cyan = 0.99, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 2 | 111 | 219 | - |
| CMYK | 0.99 | 0.49 | 0 | 0.14 |
| HSL | 209.86º | 0.98% | 0.43% | - |
| HSV(B) | 209.86º | 0.99% | 0.86% | - |
| XYZ | 18.5 | 16.5 | 69.23 | - |
| YUV | 90.72 | 200.39 | 64.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 111 | 219 | 0.99 | 0.49 | 0 | 0.14 | 209.86 | 0.98 | 0.43 |
| Hex | 2 | 6F | DB | 63 | 31 | 0 | E | D2 | 62 | 2B |
| Octal | 2 | 157 | 333 | 143 | 61 | 0 | 16 | 322 | 142 | 53 |
| Binary | 10 | 1101111 | 11011011 | 1100011 | 110001 | 0 | 1110 | 11010010 | 1100010 | 101011 |
Color Harmonies of #026FDB
Complementary color
Monochromatic Colors of #026FDB
Black with #026FDB
Text Example
Text Example
White with #026FDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #026FDB; }
p { color: rgb(2,111,219); }
H1.HeaderClassName
{
color: #026FDB;
}
.AnyTagClassName
{
color: #026FDB;
}
</style>
background-color css
<style>
a { background-color: #026FDB; }
a { background-color: rgb(2,111,219); }
div.DivClassName
{
background-color: #026FDB;
}
.BgClassName
{
background-color: #026FDB;
}
</style>
border-color css
<style>
span { border-color: #026FDB; }
span { border-color: rgb(2,111,219); }
td.TdClassName
{
border-color: #026FDB;
}
.TagClassName
{
border-color: #026FDB;
}
</style>