Shades of Navy Blue #027FD1
Tints of Navy Blue #027FD1
RGB
CMYK
RGB Variations
Color information
#027FD1 (or 0x027FD1) is known color: Navy Blue. HEX triplet: 02, 7F and D1. RGB value is (2,127,209). Sum of RGB (Red+Green+Blue) = 2+127+209=338 (44% of max value = 765). Red value is 2 (1.17% from 255 or 0.59% from 338); Green value is 127 (50% from 255 or 37.57% from 338); Blue value is 209 (82.03% from 255 or 61.83% from 338); Max value from RGB is 209 - color contains mainly: blue. Hex color #027FD1 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #027FD1 is #FD802E. Grayscale: #626262. Windows color (decimal): -16613423 or 13729538. OLE color: 13729538.
HSL color Cylindrical-coordinate representation of color #027FD1: hue angle of 203.77º degrees, saturation: 0.98, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #027FD1 is Cyan = 0.99, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 2 | 127 | 209 | - |
| CMYK | 0.99 | 0.39 | 0 | 0.18 |
| HSL | 203.77º | 0.98% | 0.41% | - |
| HSV(B) | 203.77º | 0.99% | 0.82% | - |
| XYZ | 19.12 | 19.8 | 63.13 | - |
| YUV | 98.97 | 190.09 | 58.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 127 | 209 | 0.99 | 0.39 | 0 | 0.18 | 203.77 | 0.98 | 0.41 |
| Hex | 2 | 7F | D1 | 63 | 27 | 0 | 12 | CC | 62 | 29 |
| Octal | 2 | 177 | 321 | 143 | 47 | 0 | 22 | 314 | 142 | 51 |
| Binary | 10 | 1111111 | 11010001 | 1100011 | 100111 | 0 | 10010 | 11001100 | 1100010 | 101001 |
Color Harmonies of #027FD1
Complementary color
Monochromatic Colors of #027FD1
Black with #027FD1
Text Example
Text Example
White with #027FD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #027FD1; }
p { color: rgb(2,127,209); }
H1.HeaderClassName
{
color: #027FD1;
}
.AnyTagClassName
{
color: #027FD1;
}
</style>
background-color css
<style>
a { background-color: #027FD1; }
a { background-color: rgb(2,127,209); }
div.DivClassName
{
background-color: #027FD1;
}
.BgClassName
{
background-color: #027FD1;
}
</style>
border-color css
<style>
span { border-color: #027FD1; }
span { border-color: rgb(2,127,209); }
td.TdClassName
{
border-color: #027FD1;
}
.TagClassName
{
border-color: #027FD1;
}
</style>