Shades of Navy Blue #027CDD
Tints of Navy Blue #027CDD
RGB
CMYK
RGB Variations
Color information
#027CDD (or 0x027CDD) is known color: Navy Blue. HEX triplet: 02, 7C and DD. RGB value is (2,124,221). Sum of RGB (Red+Green+Blue) = 2+124+221=347 (45% of max value = 765). Red value is 2 (1.17% from 255 or 0.58% from 347); Green value is 124 (48.83% from 255 or 35.73% from 347); Blue value is 221 (86.72% from 255 or 63.69% from 347); Max value from RGB is 221 - color contains mainly: blue. Hex color #027CDD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #027CDD is #FD8322. Grayscale: #626262. Windows color (decimal): -16614179 or 14515202. OLE color: 14515202.
HSL color Cylindrical-coordinate representation of color #027CDD: hue angle of 206.58º 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 #027CDD is Cyan = 0.99, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 2 | 124 | 221 | - |
| CMYK | 0.99 | 0.44 | 0 | 0.13 |
| HSL | 206.58º | 0.98% | 0.44% | - |
| HSV(B) | 206.58º | 0.99% | 0.87% | - |
| XYZ | 20.28 | 19.65 | 71.13 | - |
| YUV | 98.58 | 197.08 | 59.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 124 | 221 | 0.99 | 0.44 | 0 | 0.13 | 206.58 | 0.98 | 0.44 |
| Hex | 2 | 7C | DD | 63 | 2C | 0 | D | CF | 62 | 2C |
| Octal | 2 | 174 | 335 | 143 | 54 | 0 | 15 | 317 | 142 | 54 |
| Binary | 10 | 1111100 | 11011101 | 1100011 | 101100 | 0 | 1101 | 11001111 | 1100010 | 101100 |
Color Harmonies of #027CDD
Complementary color
Monochromatic Colors of #027CDD
Black with #027CDD
Text Example
Text Example
White with #027CDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #027CDD; }
p { color: rgb(2,124,221); }
H1.HeaderClassName
{
color: #027CDD;
}
.AnyTagClassName
{
color: #027CDD;
}
</style>
background-color css
<style>
a { background-color: #027CDD; }
a { background-color: rgb(2,124,221); }
div.DivClassName
{
background-color: #027CDD;
}
.BgClassName
{
background-color: #027CDD;
}
</style>
border-color css
<style>
span { border-color: #027CDD; }
span { border-color: rgb(2,124,221); }
td.TdClassName
{
border-color: #027CDD;
}
.TagClassName
{
border-color: #027CDD;
}
</style>