Shades of Navy Blue #026FDC
Tints of Navy Blue #026FDC
RGB
CMYK
RGB Variations
Color information
#026FDC (or 0x026FDC) is known color: Navy Blue. HEX triplet: 02, 6F and DC. RGB value is (2,111,220). Sum of RGB (Red+Green+Blue) = 2+111+220=333 (44% of max value = 765). Red value is 2 (1.17% from 255 or 0.60% from 333); Green value is 111 (43.75% from 255 or 33.33% from 333); Blue value is 220 (86.33% from 255 or 66.07% from 333); Max value from RGB is 220 - color contains mainly: blue. Hex color #026FDC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #026FDC is #FD9023. Grayscale: #5A5A5A. Windows color (decimal): -16617508 or 14446338. OLE color: 14446338.
HSL color Cylindrical-coordinate representation of color #026FDC: hue angle of 210º degrees, saturation: 0.98, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #026FDC is Cyan = 0.99, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 2 | 111 | 220 | - |
| CMYK | 0.99 | 0.50 | 0 | 0.14 |
| HSL | 210º | 0.98% | 0.44% | - |
| HSV(B) | 210º | 0.99% | 0.86% | - |
| XYZ | 18.63 | 16.55 | 69.92 | - |
| YUV | 90.84 | 200.89 | 64.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 111 | 220 | 0.99 | 0.50 | 0 | 0.14 | 210 | 0.98 | 0.44 |
| Hex | 2 | 6F | DC | 63 | 32 | 0 | E | D2 | 62 | 2C |
| Octal | 2 | 157 | 334 | 143 | 62 | 0 | 16 | 322 | 142 | 54 |
| Binary | 10 | 1101111 | 11011100 | 1100011 | 110010 | 0 | 1110 | 11010010 | 1100010 | 101100 |
Color Harmonies of #026FDC
Complementary color
Monochromatic Colors of #026FDC
Black with #026FDC
Text Example
Text Example
White with #026FDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #026FDC; }
p { color: rgb(2,111,220); }
H1.HeaderClassName
{
color: #026FDC;
}
.AnyTagClassName
{
color: #026FDC;
}
</style>
background-color css
<style>
a { background-color: #026FDC; }
a { background-color: rgb(2,111,220); }
div.DivClassName
{
background-color: #026FDC;
}
.BgClassName
{
background-color: #026FDC;
}
</style>
border-color css
<style>
span { border-color: #026FDC; }
span { border-color: rgb(2,111,220); }
td.TdClassName
{
border-color: #026FDC;
}
.TagClassName
{
border-color: #026FDC;
}
</style>