Shades of Navy Blue #026DF0
Tints of Navy Blue #026DF0
RGB
CMYK
RGB Variations
Color information
#026DF0 (or 0x026DF0) is known color: Navy Blue. HEX triplet: 02, 6D and F0. RGB value is (2,109,240). Sum of RGB (Red+Green+Blue) = 2+109+240=351 (46% of max value = 765). Red value is 2 (1.17% from 255 or 0.57% from 351); Green value is 109 (42.97% from 255 or 31.05% from 351); Blue value is 240 (94.14% from 255 or 68.38% from 351); Max value from RGB is 240 - color contains mainly: blue. Hex color #026DF0 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #026DF0 is #FD920F. Grayscale: #5B5B5B. Windows color (decimal): -16618000 or 15756546. OLE color: 15756546.
HSL color Cylindrical-coordinate representation of color #026DF0: hue angle of 213.03º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #026DF0 is Cyan = 0.99, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 2 | 109 | 240 | - |
| CMYK | 0.99 | 0.55 | 0 | 0.06 |
| HSL | 213.03º | 0.98% | 0.47% | - |
| HSV(B) | 213.03º | 0.99% | 0.94% | - |
| XYZ | 21.22 | 17.24 | 84.65 | - |
| YUV | 91.94 | 211.55 | 63.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 109 | 240 | 0.99 | 0.55 | 0 | 0.06 | 213.03 | 0.98 | 0.47 |
| Hex | 2 | 6D | F0 | 63 | 37 | 0 | 6 | D5 | 62 | 2F |
| Octal | 2 | 155 | 360 | 143 | 67 | 0 | 6 | 325 | 142 | 57 |
| Binary | 10 | 1101101 | 11110000 | 1100011 | 110111 | 0 | 110 | 11010101 | 1100010 | 101111 |
Color Harmonies of #026DF0
Complementary color
Monochromatic Colors of #026DF0
Black with #026DF0
Text Example
Text Example
White with #026DF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #026DF0; }
p { color: rgb(2,109,240); }
H1.HeaderClassName
{
color: #026DF0;
}
.AnyTagClassName
{
color: #026DF0;
}
</style>
background-color css
<style>
a { background-color: #026DF0; }
a { background-color: rgb(2,109,240); }
div.DivClassName
{
background-color: #026DF0;
}
.BgClassName
{
background-color: #026DF0;
}
</style>
border-color css
<style>
span { border-color: #026DF0; }
span { border-color: rgb(2,109,240); }
td.TdClassName
{
border-color: #026DF0;
}
.TagClassName
{
border-color: #026DF0;
}
</style>