Shades of Navy Blue #027ADC
Tints of Navy Blue #027ADC
RGB
CMYK
RGB Variations
Color information
#027ADC (or 0x027ADC) is known color: Navy Blue. HEX triplet: 02, 7A and DC. RGB value is (2,122,220). Sum of RGB (Red+Green+Blue) = 2+122+220=344 (45% of max value = 765). Red value is 2 (1.17% from 255 or 0.58% from 344); Green value is 122 (48.05% from 255 or 35.47% from 344); Blue value is 220 (86.33% from 255 or 63.95% from 344); Max value from RGB is 220 - color contains mainly: blue. Hex color #027ADC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #027ADC is #FD8523. Grayscale: #606060. Windows color (decimal): -16614692 or 14449154. OLE color: 14449154.
HSL color Cylindrical-coordinate representation of color #027ADC: hue angle of 206.97º degrees, saturation: 0.98, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #027ADC is Cyan = 0.99, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 2 | 122 | 220 | - |
| CMYK | 0.99 | 0.45 | 0 | 0.14 |
| HSL | 206.97º | 0.98% | 0.44% | - |
| HSV(B) | 206.97º | 0.99% | 0.86% | - |
| XYZ | 19.9 | 19.1 | 70.35 | - |
| YUV | 97.29 | 197.24 | 60.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 122 | 220 | 0.99 | 0.45 | 0 | 0.14 | 206.97 | 0.98 | 0.44 |
| Hex | 2 | 7A | DC | 63 | 2D | 0 | E | CF | 62 | 2C |
| Octal | 2 | 172 | 334 | 143 | 55 | 0 | 16 | 317 | 142 | 54 |
| Binary | 10 | 1111010 | 11011100 | 1100011 | 101101 | 0 | 1110 | 11001111 | 1100010 | 101100 |
Color Harmonies of #027ADC
Complementary color
Monochromatic Colors of #027ADC
Black with #027ADC
Text Example
Text Example
White with #027ADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #027ADC; }
p { color: rgb(2,122,220); }
H1.HeaderClassName
{
color: #027ADC;
}
.AnyTagClassName
{
color: #027ADC;
}
</style>
background-color css
<style>
a { background-color: #027ADC; }
a { background-color: rgb(2,122,220); }
div.DivClassName
{
background-color: #027ADC;
}
.BgClassName
{
background-color: #027ADC;
}
</style>
border-color css
<style>
span { border-color: #027ADC; }
span { border-color: rgb(2,122,220); }
td.TdClassName
{
border-color: #027ADC;
}
.TagClassName
{
border-color: #027ADC;
}
</style>