Shades of Navy Blue #027ADE
Tints of Navy Blue #027ADE
RGB
CMYK
RGB Variations
Color information
#027ADE (or 0x027ADE) is known color: Navy Blue. HEX triplet: 02, 7A and DE. RGB value is (2,122,222). Sum of RGB (Red+Green+Blue) = 2+122+222=346 (45% of max value = 765). Red value is 2 (1.17% from 255 or 0.58% from 346); Green value is 122 (48.05% from 255 or 35.26% from 346); Blue value is 222 (87.11% from 255 or 64.16% from 346); Max value from RGB is 222 - color contains mainly: blue. Hex color #027ADE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #027ADE is #FD8521. Grayscale: #606060. Windows color (decimal): -16614690 or 14580226. OLE color: 14580226.
HSL color Cylindrical-coordinate representation of color #027ADE: hue angle of 207.27º degrees, saturation: 0.98, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #027ADE is Cyan = 0.99, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 2 | 122 | 222 | - |
| CMYK | 0.99 | 0.45 | 0 | 0.13 |
| HSL | 207.27º | 0.98% | 0.44% | - |
| HSV(B) | 207.27º | 0.99% | 0.87% | - |
| XYZ | 20.17 | 19.21 | 71.75 | - |
| YUV | 97.52 | 198.24 | 59.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 122 | 222 | 0.99 | 0.45 | 0 | 0.13 | 207.27 | 0.98 | 0.44 |
| Hex | 2 | 7A | DE | 63 | 2D | 0 | D | CF | 62 | 2C |
| Octal | 2 | 172 | 336 | 143 | 55 | 0 | 15 | 317 | 142 | 54 |
| Binary | 10 | 1111010 | 11011110 | 1100011 | 101101 | 0 | 1101 | 11001111 | 1100010 | 101100 |
Color Harmonies of #027ADE
Complementary color
Monochromatic Colors of #027ADE
Black with #027ADE
Text Example
Text Example
White with #027ADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #027ADE; }
p { color: rgb(2,122,222); }
H1.HeaderClassName
{
color: #027ADE;
}
.AnyTagClassName
{
color: #027ADE;
}
</style>
background-color css
<style>
a { background-color: #027ADE; }
a { background-color: rgb(2,122,222); }
div.DivClassName
{
background-color: #027ADE;
}
.BgClassName
{
background-color: #027ADE;
}
</style>
border-color css
<style>
span { border-color: #027ADE; }
span { border-color: rgb(2,122,222); }
td.TdClassName
{
border-color: #027ADE;
}
.TagClassName
{
border-color: #027ADE;
}
</style>