Shades of Navy Blue #026CF0
Tints of Navy Blue #026CF0
RGB
CMYK
RGB Variations
Color information
#026CF0 (or 0x026CF0) is known color: Navy Blue. HEX triplet: 02, 6C and F0. RGB value is (2,108,240). Sum of RGB (Red+Green+Blue) = 2+108+240=350 (46% of max value = 765). Red value is 2 (1.17% from 255 or 0.57% from 350); Green value is 108 (42.58% from 255 or 30.86% from 350); Blue value is 240 (94.14% from 255 or 68.57% from 350); Max value from RGB is 240 - color contains mainly: blue. Hex color #026CF0 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #026CF0 is #FD930F. Grayscale: #5A5A5A. Windows color (decimal): -16618256 or 15756290. OLE color: 15756290.
HSL color Cylindrical-coordinate representation of color #026CF0: hue angle of 213.28º 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 #026CF0 is Cyan = 0.99, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 2 | 108 | 240 | - |
| CMYK | 0.99 | 0.55 | 0 | 0.06 |
| HSL | 213.28º | 0.98% | 0.47% | - |
| HSV(B) | 213.28º | 0.99% | 0.94% | - |
| XYZ | 21.12 | 17.03 | 84.61 | - |
| YUV | 91.35 | 211.88 | 64.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 108 | 240 | 0.99 | 0.55 | 0 | 0.06 | 213.28 | 0.98 | 0.47 |
| Hex | 2 | 6C | F0 | 63 | 37 | 0 | 6 | D5 | 62 | 2F |
| Octal | 2 | 154 | 360 | 143 | 67 | 0 | 6 | 325 | 142 | 57 |
| Binary | 10 | 1101100 | 11110000 | 1100011 | 110111 | 0 | 110 | 11010101 | 1100010 | 101111 |
Color Harmonies of #026CF0
Complementary color
Monochromatic Colors of #026CF0
Black with #026CF0
Text Example
Text Example
White with #026CF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #026CF0; }
p { color: rgb(2,108,240); }
H1.HeaderClassName
{
color: #026CF0;
}
.AnyTagClassName
{
color: #026CF0;
}
</style>
background-color css
<style>
a { background-color: #026CF0; }
a { background-color: rgb(2,108,240); }
div.DivClassName
{
background-color: #026CF0;
}
.BgClassName
{
background-color: #026CF0;
}
</style>
border-color css
<style>
span { border-color: #026CF0; }
span { border-color: rgb(2,108,240); }
td.TdClassName
{
border-color: #026CF0;
}
.TagClassName
{
border-color: #026CF0;
}
</style>