Shades of Navy Blue #026BDD
Tints of Navy Blue #026BDD
RGB
CMYK
RGB Variations
Color information
#026BDD (or 0x026BDD) is known color: Navy Blue. HEX triplet: 02, 6B and DD. RGB value is (2,107,221). Sum of RGB (Red+Green+Blue) = 2+107+221=330 (43% of max value = 765). Red value is 2 (1.17% from 255 or 0.61% from 330); Green value is 107 (42.19% from 255 or 32.42% from 330); Blue value is 221 (86.72% from 255 or 66.97% from 330); Max value from RGB is 221 - color contains mainly: blue. Hex color #026BDD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #026BDD is #FD9422. Grayscale: #585858. Windows color (decimal): -16618531 or 14510850. OLE color: 14510850.
HSL color Cylindrical-coordinate representation of color #026BDD: hue angle of 211.23º degrees, saturation: 0.98, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #026BDD is Cyan = 0.99, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 2 | 107 | 221 | - |
| CMYK | 0.99 | 0.52 | 0 | 0.13 |
| HSL | 211.23º | 0.98% | 0.44% | - |
| HSV(B) | 211.23º | 0.99% | 0.87% | - |
| XYZ | 18.33 | 15.75 | 70.48 | - |
| YUV | 88.6 | 202.71 | 66.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 107 | 221 | 0.99 | 0.52 | 0 | 0.13 | 211.23 | 0.98 | 0.44 |
| Hex | 2 | 6B | DD | 63 | 34 | 0 | D | D3 | 62 | 2C |
| Octal | 2 | 153 | 335 | 143 | 64 | 0 | 15 | 323 | 142 | 54 |
| Binary | 10 | 1101011 | 11011101 | 1100011 | 110100 | 0 | 1101 | 11010011 | 1100010 | 101100 |
Color Harmonies of #026BDD
Complementary color
Monochromatic Colors of #026BDD
Black with #026BDD
Text Example
Text Example
White with #026BDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #026BDD; }
p { color: rgb(2,107,221); }
H1.HeaderClassName
{
color: #026BDD;
}
.AnyTagClassName
{
color: #026BDD;
}
</style>
background-color css
<style>
a { background-color: #026BDD; }
a { background-color: rgb(2,107,221); }
div.DivClassName
{
background-color: #026BDD;
}
.BgClassName
{
background-color: #026BDD;
}
</style>
border-color css
<style>
span { border-color: #026BDD; }
span { border-color: rgb(2,107,221); }
td.TdClassName
{
border-color: #026BDD;
}
.TagClassName
{
border-color: #026BDD;
}
</style>