Shades of Navy Blue #027AE5
Tints of Navy Blue #027AE5
RGB
CMYK
RGB Variations
Color information
#027AE5 (or 0x027AE5) is known color: Navy Blue. HEX triplet: 02, 7A and E5. RGB value is (2,122,229). Sum of RGB (Red+Green+Blue) = 2+122+229=353 (46% of max value = 765). Red value is 2 (1.17% from 255 or 0.57% from 353); Green value is 122 (48.05% from 255 or 34.56% from 353); Blue value is 229 (89.84% from 255 or 64.87% from 353); Max value from RGB is 229 - color contains mainly: blue. Hex color #027AE5 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #027AE5 is #FD851A. Grayscale: #616161. Windows color (decimal): -16614683 or 15038978. OLE color: 15038978.
HSL color Cylindrical-coordinate representation of color #027AE5: hue angle of 208.28º degrees, saturation: 0.98, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #027AE5 is Cyan = 0.99, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 2 | 122 | 229 | - |
| CMYK | 0.99 | 0.47 | 0 | 0.10 |
| HSL | 208.28º | 0.98% | 0.45% | - |
| HSV(B) | 208.28º | 0.99% | 0.9% | - |
| XYZ | 21.13 | 19.59 | 76.8 | - |
| YUV | 98.32 | 201.74 | 59.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 122 | 229 | 0.99 | 0.47 | 0 | 0.10 | 208.28 | 0.98 | 0.45 |
| Hex | 2 | 7A | E5 | 63 | 2F | 0 | A | D0 | 62 | 2D |
| Octal | 2 | 172 | 345 | 143 | 57 | 0 | 12 | 320 | 142 | 55 |
| Binary | 10 | 1111010 | 11100101 | 1100011 | 101111 | 0 | 1010 | 11010000 | 1100010 | 101101 |
Color Harmonies of #027AE5
Complementary color
Monochromatic Colors of #027AE5
Black with #027AE5
Text Example
Text Example
White with #027AE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #027AE5; }
p { color: rgb(2,122,229); }
H1.HeaderClassName
{
color: #027AE5;
}
.AnyTagClassName
{
color: #027AE5;
}
</style>
background-color css
<style>
a { background-color: #027AE5; }
a { background-color: rgb(2,122,229); }
div.DivClassName
{
background-color: #027AE5;
}
.BgClassName
{
background-color: #027AE5;
}
</style>
border-color css
<style>
span { border-color: #027AE5; }
span { border-color: rgb(2,122,229); }
td.TdClassName
{
border-color: #027AE5;
}
.TagClassName
{
border-color: #027AE5;
}
</style>