Shades of Navy Blue #027FCC
Tints of Navy Blue #027FCC
RGB
CMYK
RGB Variations
Color information
#027FCC (or 0x027FCC) is known color: Navy Blue. HEX triplet: 02, 7F and CC. RGB value is (2,127,204). Sum of RGB (Red+Green+Blue) = 2+127+204=333 (44% of max value = 765). Red value is 2 (1.17% from 255 or 0.60% from 333); Green value is 127 (50% from 255 or 38.14% from 333); Blue value is 204 (80.08% from 255 or 61.26% from 333); Max value from RGB is 204 - color contains mainly: blue. Hex color #027FCC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #027FCC is #FD8033. Grayscale: #616161. Windows color (decimal): -16613428 or 13401858. OLE color: 13401858.
HSL color Cylindrical-coordinate representation of color #027FCC: hue angle of 202.87º degrees, saturation: 0.98, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #027FCC is Cyan = 0.99, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 2 | 127 | 204 | - |
| CMYK | 0.99 | 0.38 | 0 | 0.2 |
| HSL | 202.87º | 0.98% | 0.4% | - |
| HSV(B) | 202.87º | 0.99% | 0.8% | - |
| XYZ | 18.51 | 19.55 | 59.92 | - |
| YUV | 98.4 | 187.59 | 59.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 127 | 204 | 0.99 | 0.38 | 0 | 0.2 | 202.87 | 0.98 | 0.4 |
| Hex | 2 | 7F | CC | 63 | 26 | 0 | 14 | CB | 62 | 28 |
| Octal | 2 | 177 | 314 | 143 | 46 | 0 | 24 | 313 | 142 | 50 |
| Binary | 10 | 1111111 | 11001100 | 1100011 | 100110 | 0 | 10100 | 11001011 | 1100010 | 101000 |
Color Harmonies of #027FCC
Complementary color
Monochromatic Colors of #027FCC
Black with #027FCC
Text Example
Text Example
White with #027FCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #027FCC; }
p { color: rgb(2,127,204); }
H1.HeaderClassName
{
color: #027FCC;
}
.AnyTagClassName
{
color: #027FCC;
}
</style>
background-color css
<style>
a { background-color: #027FCC; }
a { background-color: rgb(2,127,204); }
div.DivClassName
{
background-color: #027FCC;
}
.BgClassName
{
background-color: #027FCC;
}
</style>
border-color css
<style>
span { border-color: #027FCC; }
span { border-color: rgb(2,127,204); }
td.TdClassName
{
border-color: #027FCC;
}
.TagClassName
{
border-color: #027FCC;
}
</style>