Shades of Navy Blue #027ECF
Tints of Navy Blue #027ECF
RGB
CMYK
RGB Variations
Color information
#027ECF (or 0x027ECF) is known color: Navy Blue. HEX triplet: 02, 7E and CF. RGB value is (2,126,207). Sum of RGB (Red+Green+Blue) = 2+126+207=335 (44% of max value = 765). Red value is 2 (1.17% from 255 or 0.60% from 335); Green value is 126 (49.61% from 255 or 37.61% from 335); Blue value is 207 (81.25% from 255 or 61.79% from 335); Max value from RGB is 207 - color contains mainly: blue. Hex color #027ECF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #027ECF is #FD8130. Grayscale: #616161. Windows color (decimal): -16613681 or 13598210. OLE color: 13598210.
HSL color Cylindrical-coordinate representation of color #027ECF: hue angle of 203.71º degrees, saturation: 0.98, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #027ECF is Cyan = 0.99, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 2 | 126 | 207 | - |
| CMYK | 0.99 | 0.39 | 0 | 0.19 |
| HSL | 203.71º | 0.98% | 0.41% | - |
| HSV(B) | 203.71º | 0.99% | 0.81% | - |
| XYZ | 18.75 | 19.44 | 61.8 | - |
| YUV | 98.16 | 189.42 | 59.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 126 | 207 | 0.99 | 0.39 | 0 | 0.19 | 203.71 | 0.98 | 0.41 |
| Hex | 2 | 7E | CF | 63 | 27 | 0 | 13 | CC | 62 | 29 |
| Octal | 2 | 176 | 317 | 143 | 47 | 0 | 23 | 314 | 142 | 51 |
| Binary | 10 | 1111110 | 11001111 | 1100011 | 100111 | 0 | 10011 | 11001100 | 1100010 | 101001 |
Color Harmonies of #027ECF
Complementary color
Monochromatic Colors of #027ECF
Black with #027ECF
Text Example
Text Example
White with #027ECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #027ECF; }
p { color: rgb(2,126,207); }
H1.HeaderClassName
{
color: #027ECF;
}
.AnyTagClassName
{
color: #027ECF;
}
</style>
background-color css
<style>
a { background-color: #027ECF; }
a { background-color: rgb(2,126,207); }
div.DivClassName
{
background-color: #027ECF;
}
.BgClassName
{
background-color: #027ECF;
}
</style>
border-color css
<style>
span { border-color: #027ECF; }
span { border-color: rgb(2,126,207); }
td.TdClassName
{
border-color: #027ECF;
}
.TagClassName
{
border-color: #027ECF;
}
</style>