Shades of Navy Blue #026DED
Tints of Navy Blue #026DED
RGB
CMYK
RGB Variations
Color information
#026DED (or 0x026DED) is known color: Navy Blue. HEX triplet: 02, 6D and ED. RGB value is (2,109,237). Sum of RGB (Red+Green+Blue) = 2+109+237=348 (46% of max value = 765). Red value is 2 (1.17% from 255 or 0.57% from 348); Green value is 109 (42.97% from 255 or 31.32% from 348); Blue value is 237 (92.97% from 255 or 68.10% from 348); Max value from RGB is 237 - color contains mainly: blue. Hex color #026DED is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #026DED is #FD9212. Grayscale: #5A5A5A. Windows color (decimal): -16618003 or 15559938. OLE color: 15559938.
HSL color Cylindrical-coordinate representation of color #026DED: hue angle of 212.68º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #026DED is Cyan = 0.99, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 2 | 109 | 237 | - |
| CMYK | 0.99 | 0.54 | 0 | 0.07 |
| HSL | 212.68º | 0.98% | 0.47% | - |
| HSV(B) | 212.68º | 0.99% | 0.93% | - |
| XYZ | 20.78 | 17.06 | 82.32 | - |
| YUV | 91.6 | 210.05 | 64.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 109 | 237 | 0.99 | 0.54 | 0 | 0.07 | 212.68 | 0.98 | 0.47 |
| Hex | 2 | 6D | ED | 63 | 36 | 0 | 7 | D5 | 62 | 2F |
| Octal | 2 | 155 | 355 | 143 | 66 | 0 | 7 | 325 | 142 | 57 |
| Binary | 10 | 1101101 | 11101101 | 1100011 | 110110 | 0 | 111 | 11010101 | 1100010 | 101111 |
Color Harmonies of #026DED
Complementary color
Monochromatic Colors of #026DED
Black with #026DED
Text Example
Text Example
White with #026DED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #026DED; }
p { color: rgb(2,109,237); }
H1.HeaderClassName
{
color: #026DED;
}
.AnyTagClassName
{
color: #026DED;
}
</style>
background-color css
<style>
a { background-color: #026DED; }
a { background-color: rgb(2,109,237); }
div.DivClassName
{
background-color: #026DED;
}
.BgClassName
{
background-color: #026DED;
}
</style>
border-color css
<style>
span { border-color: #026DED; }
span { border-color: rgb(2,109,237); }
td.TdClassName
{
border-color: #026DED;
}
.TagClassName
{
border-color: #026DED;
}
</style>