Shades of Navy Blue #026DDC
Tints of Navy Blue #026DDC
RGB
CMYK
RGB Variations
Color information
#026DDC (or 0x026DDC) is known color: Navy Blue. HEX triplet: 02, 6D and DC. RGB value is (2,109,220). Sum of RGB (Red+Green+Blue) = 2+109+220=331 (43% of max value = 765). Red value is 2 (1.17% from 255 or 0.60% from 331); Green value is 109 (42.97% from 255 or 32.93% from 331); Blue value is 220 (86.33% from 255 or 66.47% from 331); Max value from RGB is 220 - color contains mainly: blue. Hex color #026DDC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #026DDC is #FD9223. Grayscale: #595959. Windows color (decimal): -16618020 or 14445826. OLE color: 14445826.
HSL color Cylindrical-coordinate representation of color #026DDC: hue angle of 210.55º 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 #026DDC is Cyan = 0.99, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 2 | 109 | 220 | - |
| CMYK | 0.99 | 0.50 | 0 | 0.14 |
| HSL | 210.55º | 0.98% | 0.44% | - |
| HSV(B) | 210.55º | 0.99% | 0.86% | - |
| XYZ | 18.41 | 16.12 | 69.85 | - |
| YUV | 89.66 | 201.55 | 65.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 109 | 220 | 0.99 | 0.50 | 0 | 0.14 | 210.55 | 0.98 | 0.44 |
| Hex | 2 | 6D | DC | 63 | 32 | 0 | E | D3 | 62 | 2C |
| Octal | 2 | 155 | 334 | 143 | 62 | 0 | 16 | 323 | 142 | 54 |
| Binary | 10 | 1101101 | 11011100 | 1100011 | 110010 | 0 | 1110 | 11010011 | 1100010 | 101100 |
Color Harmonies of #026DDC
Complementary color
Monochromatic Colors of #026DDC
Black with #026DDC
Text Example
Text Example
White with #026DDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #026DDC; }
p { color: rgb(2,109,220); }
H1.HeaderClassName
{
color: #026DDC;
}
.AnyTagClassName
{
color: #026DDC;
}
</style>
background-color css
<style>
a { background-color: #026DDC; }
a { background-color: rgb(2,109,220); }
div.DivClassName
{
background-color: #026DDC;
}
.BgClassName
{
background-color: #026DDC;
}
</style>
border-color css
<style>
span { border-color: #026DDC; }
span { border-color: rgb(2,109,220); }
td.TdClassName
{
border-color: #026DDC;
}
.TagClassName
{
border-color: #026DDC;
}
</style>