Shades of Navy Blue #027CDE
Tints of Navy Blue #027CDE
RGB
CMYK
RGB Variations
Color information
#027CDE (or 0x027CDE) is known color: Navy Blue. HEX triplet: 02, 7C and DE. RGB value is (2,124,222). Sum of RGB (Red+Green+Blue) = 2+124+222=348 (46% of max value = 765). Red value is 2 (1.17% from 255 or 0.57% from 348); Green value is 124 (48.83% from 255 or 35.63% from 348); Blue value is 222 (87.11% from 255 or 63.79% from 348); Max value from RGB is 222 - color contains mainly: blue. Hex color #027CDE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #027CDE is #FD8321. Grayscale: #626262. Windows color (decimal): -16614178 or 14580738. OLE color: 14580738.
HSL color Cylindrical-coordinate representation of color #027CDE: hue angle of 206.73º 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 #027CDE is Cyan = 0.99, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 2 | 124 | 222 | - |
| CMYK | 0.99 | 0.44 | 0 | 0.13 |
| HSL | 206.73º | 0.98% | 0.44% | - |
| HSV(B) | 206.73º | 0.99% | 0.87% | - |
| XYZ | 20.42 | 19.7 | 71.83 | - |
| YUV | 98.69 | 197.58 | 59.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 124 | 222 | 0.99 | 0.44 | 0 | 0.13 | 206.73 | 0.98 | 0.44 |
| Hex | 2 | 7C | DE | 63 | 2C | 0 | D | CF | 62 | 2C |
| Octal | 2 | 174 | 336 | 143 | 54 | 0 | 15 | 317 | 142 | 54 |
| Binary | 10 | 1111100 | 11011110 | 1100011 | 101100 | 0 | 1101 | 11001111 | 1100010 | 101100 |
Color Harmonies of #027CDE
Complementary color
Monochromatic Colors of #027CDE
Black with #027CDE
Text Example
Text Example
White with #027CDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #027CDE; }
p { color: rgb(2,124,222); }
H1.HeaderClassName
{
color: #027CDE;
}
.AnyTagClassName
{
color: #027CDE;
}
</style>
background-color css
<style>
a { background-color: #027CDE; }
a { background-color: rgb(2,124,222); }
div.DivClassName
{
background-color: #027CDE;
}
.BgClassName
{
background-color: #027CDE;
}
</style>
border-color css
<style>
span { border-color: #027CDE; }
span { border-color: rgb(2,124,222); }
td.TdClassName
{
border-color: #027CDE;
}
.TagClassName
{
border-color: #027CDE;
}
</style>