Shades of Navy Blue #027CCF
Tints of Navy Blue #027CCF
RGB
CMYK
RGB Variations
Color information
#027CCF (or 0x027CCF) is known color: Navy Blue. HEX triplet: 02, 7C and CF. RGB value is (2,124,207). Sum of RGB (Red+Green+Blue) = 2+124+207=333 (44% of max value = 765). Red value is 2 (1.17% from 255 or 0.60% from 333); Green value is 124 (48.83% from 255 or 37.24% from 333); Blue value is 207 (81.25% from 255 or 62.16% from 333); Max value from RGB is 207 - color contains mainly: blue. Hex color #027CCF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #027CCF is #FD8330. Grayscale: #606060. Windows color (decimal): -16614193 or 13597698. OLE color: 13597698.
HSL color Cylindrical-coordinate representation of color #027CCF: hue angle of 204.29º 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 #027CCF is Cyan = 0.99, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 2 | 124 | 207 | - |
| CMYK | 0.99 | 0.40 | 0 | 0.19 |
| HSL | 204.29º | 0.98% | 0.41% | - |
| HSV(B) | 204.29º | 0.99% | 0.81% | - |
| XYZ | 18.5 | 18.93 | 61.71 | - |
| YUV | 96.98 | 190.08 | 60.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 124 | 207 | 0.99 | 0.40 | 0 | 0.19 | 204.29 | 0.98 | 0.41 |
| Hex | 2 | 7C | CF | 63 | 28 | 0 | 13 | CC | 62 | 29 |
| Octal | 2 | 174 | 317 | 143 | 50 | 0 | 23 | 314 | 142 | 51 |
| Binary | 10 | 1111100 | 11001111 | 1100011 | 101000 | 0 | 10011 | 11001100 | 1100010 | 101001 |
Color Harmonies of #027CCF
Complementary color
Monochromatic Colors of #027CCF
Black with #027CCF
Text Example
Text Example
White with #027CCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #027CCF; }
p { color: rgb(2,124,207); }
H1.HeaderClassName
{
color: #027CCF;
}
.AnyTagClassName
{
color: #027CCF;
}
</style>
background-color css
<style>
a { background-color: #027CCF; }
a { background-color: rgb(2,124,207); }
div.DivClassName
{
background-color: #027CCF;
}
.BgClassName
{
background-color: #027CCF;
}
</style>
border-color css
<style>
span { border-color: #027CCF; }
span { border-color: rgb(2,124,207); }
td.TdClassName
{
border-color: #027CCF;
}
.TagClassName
{
border-color: #027CCF;
}
</style>