Shades of Navy Blue #027ADD
Tints of Navy Blue #027ADD
RGB
CMYK
RGB Variations
Color information
#027ADD (or 0x027ADD) is known color: Navy Blue. HEX triplet: 02, 7A and DD. RGB value is (2,122,221). Sum of RGB (Red+Green+Blue) = 2+122+221=345 (45% of max value = 765). Red value is 2 (1.17% from 255 or 0.58% from 345); Green value is 122 (48.05% from 255 or 35.36% from 345); Blue value is 221 (86.72% from 255 or 64.06% from 345); Max value from RGB is 221 - color contains mainly: blue. Hex color #027ADD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #027ADD is #FD8522. Grayscale: #606060. Windows color (decimal): -16614691 or 14514690. OLE color: 14514690.
HSL color Cylindrical-coordinate representation of color #027ADD: hue angle of 207.12º 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 #027ADD is Cyan = 0.99, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 2 | 122 | 221 | - |
| CMYK | 0.99 | 0.45 | 0 | 0.13 |
| HSL | 207.12º | 0.98% | 0.44% | - |
| HSV(B) | 207.12º | 0.99% | 0.87% | - |
| XYZ | 20.04 | 19.15 | 71.05 | - |
| YUV | 97.41 | 197.74 | 59.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 122 | 221 | 0.99 | 0.45 | 0 | 0.13 | 207.12 | 0.98 | 0.44 |
| Hex | 2 | 7A | DD | 63 | 2D | 0 | D | CF | 62 | 2C |
| Octal | 2 | 172 | 335 | 143 | 55 | 0 | 15 | 317 | 142 | 54 |
| Binary | 10 | 1111010 | 11011101 | 1100011 | 101101 | 0 | 1101 | 11001111 | 1100010 | 101100 |
Color Harmonies of #027ADD
Complementary color
Monochromatic Colors of #027ADD
Black with #027ADD
Text Example
Text Example
White with #027ADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #027ADD; }
p { color: rgb(2,122,221); }
H1.HeaderClassName
{
color: #027ADD;
}
.AnyTagClassName
{
color: #027ADD;
}
</style>
background-color css
<style>
a { background-color: #027ADD; }
a { background-color: rgb(2,122,221); }
div.DivClassName
{
background-color: #027ADD;
}
.BgClassName
{
background-color: #027ADD;
}
</style>
border-color css
<style>
span { border-color: #027ADD; }
span { border-color: rgb(2,122,221); }
td.TdClassName
{
border-color: #027ADD;
}
.TagClassName
{
border-color: #027ADD;
}
</style>