Shades of Navy Blue #027DDA
Tints of Navy Blue #027DDA
RGB
CMYK
RGB Variations
Color information
#027DDA (or 0x027DDA) is known color: Navy Blue. HEX triplet: 02, 7D and DA. RGB value is (2,125,218). Sum of RGB (Red+Green+Blue) = 2+125+218=345 (45% of max value = 765). Red value is 2 (1.17% from 255 or 0.58% from 345); Green value is 125 (49.22% from 255 or 36.23% from 345); Blue value is 218 (85.55% from 255 or 63.19% from 345); Max value from RGB is 218 - color contains mainly: blue. Hex color #027DDA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #027DDA is #FD8225. Grayscale: #626262. Windows color (decimal): -16613926 or 14318850. OLE color: 14318850.
HSL color Cylindrical-coordinate representation of color #027DDA: hue angle of 205.83º degrees, saturation: 0.98, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #027DDA is Cyan = 0.99, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 2 | 125 | 218 | - |
| CMYK | 0.99 | 0.43 | 0 | 0.15 |
| HSL | 205.83º | 0.98% | 0.43% | - |
| HSV(B) | 205.83º | 0.99% | 0.85% | - |
| XYZ | 20.01 | 19.74 | 69.09 | - |
| YUV | 98.83 | 195.25 | 58.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 125 | 218 | 0.99 | 0.43 | 0 | 0.15 | 205.83 | 0.98 | 0.43 |
| Hex | 2 | 7D | DA | 63 | 2B | 0 | F | CE | 62 | 2B |
| Octal | 2 | 175 | 332 | 143 | 53 | 0 | 17 | 316 | 142 | 53 |
| Binary | 10 | 1111101 | 11011010 | 1100011 | 101011 | 0 | 1111 | 11001110 | 1100010 | 101011 |
Color Harmonies of #027DDA
Complementary color
Monochromatic Colors of #027DDA
Black with #027DDA
Text Example
Text Example
White with #027DDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #027DDA; }
p { color: rgb(2,125,218); }
H1.HeaderClassName
{
color: #027DDA;
}
.AnyTagClassName
{
color: #027DDA;
}
</style>
background-color css
<style>
a { background-color: #027DDA; }
a { background-color: rgb(2,125,218); }
div.DivClassName
{
background-color: #027DDA;
}
.BgClassName
{
background-color: #027DDA;
}
</style>
border-color css
<style>
span { border-color: #027DDA; }
span { border-color: rgb(2,125,218); }
td.TdClassName
{
border-color: #027DDA;
}
.TagClassName
{
border-color: #027DDA;
}
</style>