Shades of Navy Blue #027AD6
Tints of Navy Blue #027AD6
RGB
CMYK
RGB Variations
Color information
#027AD6 (or 0x027AD6) is known color: Navy Blue. HEX triplet: 02, 7A and D6. RGB value is (2,122,214). Sum of RGB (Red+Green+Blue) = 2+122+214=338 (44% of max value = 765). Red value is 2 (1.17% from 255 or 0.59% from 338); Green value is 122 (48.05% from 255 or 36.09% from 338); Blue value is 214 (83.98% from 255 or 63.31% from 338); Max value from RGB is 214 - color contains mainly: blue. Hex color #027AD6 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #027AD6 is #FD8529. Grayscale: #606060. Windows color (decimal): -16614698 or 14055938. OLE color: 14055938.
HSL color Cylindrical-coordinate representation of color #027AD6: hue angle of 206.04º degrees, saturation: 0.98, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #027AD6 is Cyan = 0.99, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 2 | 122 | 214 | - |
| CMYK | 0.99 | 0.43 | 0 | 0.16 |
| HSL | 206.04º | 0.98% | 0.42% | - |
| HSV(B) | 206.04º | 0.99% | 0.84% | - |
| XYZ | 19.12 | 18.79 | 66.24 | - |
| YUV | 96.61 | 194.24 | 60.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 122 | 214 | 0.99 | 0.43 | 0 | 0.16 | 206.04 | 0.98 | 0.42 |
| Hex | 2 | 7A | D6 | 63 | 2B | 0 | 10 | CE | 62 | 2A |
| Octal | 2 | 172 | 326 | 143 | 53 | 0 | 20 | 316 | 142 | 52 |
| Binary | 10 | 1111010 | 11010110 | 1100011 | 101011 | 0 | 10000 | 11001110 | 1100010 | 101010 |
Color Harmonies of #027AD6
Complementary color
Monochromatic Colors of #027AD6
Black with #027AD6
Text Example
Text Example
White with #027AD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #027AD6; }
p { color: rgb(2,122,214); }
H1.HeaderClassName
{
color: #027AD6;
}
.AnyTagClassName
{
color: #027AD6;
}
</style>
background-color css
<style>
a { background-color: #027AD6; }
a { background-color: rgb(2,122,214); }
div.DivClassName
{
background-color: #027AD6;
}
.BgClassName
{
background-color: #027AD6;
}
</style>
border-color css
<style>
span { border-color: #027AD6; }
span { border-color: rgb(2,122,214); }
td.TdClassName
{
border-color: #027AD6;
}
.TagClassName
{
border-color: #027AD6;
}
</style>