Shades of Navy Blue #027CDF
Tints of Navy Blue #027CDF
RGB
CMYK
RGB Variations
Color information
#027CDF (or 0x027CDF) is known color: Navy Blue. HEX triplet: 02, 7C and DF. RGB value is (2,124,223). Sum of RGB (Red+Green+Blue) = 2+124+223=349 (46% of max value = 765). Red value is 2 (1.17% from 255 or 0.57% from 349); Green value is 124 (48.83% from 255 or 35.53% from 349); Blue value is 223 (87.5% from 255 or 63.90% from 349); Max value from RGB is 223 - color contains mainly: blue. Hex color #027CDF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #027CDF is #FD8320. Grayscale: #626262. Windows color (decimal): -16614177 or 14646274. OLE color: 14646274.
HSL color Cylindrical-coordinate representation of color #027CDF: hue angle of 206.88º degrees, saturation: 0.98, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #027CDF is Cyan = 0.99, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 2 | 124 | 223 | - |
| CMYK | 0.99 | 0.44 | 0 | 0.13 |
| HSL | 206.88º | 0.98% | 0.44% | - |
| HSV(B) | 206.88º | 0.99% | 0.87% | - |
| XYZ | 20.55 | 19.76 | 72.54 | - |
| YUV | 98.81 | 198.08 | 58.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 124 | 223 | 0.99 | 0.44 | 0 | 0.13 | 206.88 | 0.98 | 0.44 |
| Hex | 2 | 7C | DF | 63 | 2C | 0 | D | CF | 62 | 2C |
| Octal | 2 | 174 | 337 | 143 | 54 | 0 | 15 | 317 | 142 | 54 |
| Binary | 10 | 1111100 | 11011111 | 1100011 | 101100 | 0 | 1101 | 11001111 | 1100010 | 101100 |
Color Harmonies of #027CDF
Complementary color
Monochromatic Colors of #027CDF
Black with #027CDF
Text Example
Text Example
White with #027CDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #027CDF; }
p { color: rgb(2,124,223); }
H1.HeaderClassName
{
color: #027CDF;
}
.AnyTagClassName
{
color: #027CDF;
}
</style>
background-color css
<style>
a { background-color: #027CDF; }
a { background-color: rgb(2,124,223); }
div.DivClassName
{
background-color: #027CDF;
}
.BgClassName
{
background-color: #027CDF;
}
</style>
border-color css
<style>
span { border-color: #027CDF; }
span { border-color: rgb(2,124,223); }
td.TdClassName
{
border-color: #027CDF;
}
.TagClassName
{
border-color: #027CDF;
}
</style>