Shades of Navy Blue #027AD5
Tints of Navy Blue #027AD5
RGB
CMYK
RGB Variations
Color information
#027AD5 (or 0x027AD5) is known color: Navy Blue. HEX triplet: 02, 7A and D5. RGB value is (2,122,213). Sum of RGB (Red+Green+Blue) = 2+122+213=337 (44% of max value = 765). Red value is 2 (1.17% from 255 or 0.59% from 337); Green value is 122 (48.05% from 255 or 36.20% from 337); Blue value is 213 (83.59% from 255 or 63.20% from 337); Max value from RGB is 213 - color contains mainly: blue. Hex color #027AD5 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #027AD5 is #FD852A. Grayscale: #606060. Windows color (decimal): -16614699 or 13990402. OLE color: 13990402.
HSL color Cylindrical-coordinate representation of color #027AD5: hue angle of 205.88º 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 #027AD5 is Cyan = 0.99, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 2 | 122 | 213 | - |
| CMYK | 0.99 | 0.43 | 0 | 0.16 |
| HSL | 205.88º | 0.98% | 0.42% | - |
| HSV(B) | 205.88º | 0.99% | 0.84% | - |
| XYZ | 18.99 | 18.74 | 65.57 | - |
| YUV | 96.49 | 193.74 | 60.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 122 | 213 | 0.99 | 0.43 | 0 | 0.16 | 205.88 | 0.98 | 0.42 |
| Hex | 2 | 7A | D5 | 63 | 2B | 0 | 10 | CE | 62 | 2A |
| Octal | 2 | 172 | 325 | 143 | 53 | 0 | 20 | 316 | 142 | 52 |
| Binary | 10 | 1111010 | 11010101 | 1100011 | 101011 | 0 | 10000 | 11001110 | 1100010 | 101010 |
Color Harmonies of #027AD5
Complementary color
Monochromatic Colors of #027AD5
Black with #027AD5
Text Example
Text Example
White with #027AD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #027AD5; }
p { color: rgb(2,122,213); }
H1.HeaderClassName
{
color: #027AD5;
}
.AnyTagClassName
{
color: #027AD5;
}
</style>
background-color css
<style>
a { background-color: #027AD5; }
a { background-color: rgb(2,122,213); }
div.DivClassName
{
background-color: #027AD5;
}
.BgClassName
{
background-color: #027AD5;
}
</style>
border-color css
<style>
span { border-color: #027AD5; }
span { border-color: rgb(2,122,213); }
td.TdClassName
{
border-color: #027AD5;
}
.TagClassName
{
border-color: #027AD5;
}
</style>