Shades of Navy Blue #027DC9
Tints of Navy Blue #027DC9
RGB
CMYK
RGB Variations
Color information
#027DC9 (or 0x027DC9) is known color: Navy Blue. HEX triplet: 02, 7D and C9. RGB value is (2,125,201). Sum of RGB (Red+Green+Blue) = 2+125+201=328 (43% of max value = 765). Red value is 2 (1.17% from 255 or 0.61% from 328); Green value is 125 (49.22% from 255 or 38.11% from 328); Blue value is 201 (78.91% from 255 or 61.28% from 328); Max value from RGB is 201 - color contains mainly: blue. Hex color #027DC9 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #027DC9 is #FD8236. Grayscale: #606060. Windows color (decimal): -16613943 or 13204738. OLE color: 13204738.
HSL color Cylindrical-coordinate representation of color #027DC9: hue angle of 202.91º degrees, saturation: 0.98, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #027DC9 is Cyan = 0.99, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 2 | 125 | 201 | - |
| CMYK | 0.99 | 0.38 | 0 | 0.21 |
| HSL | 202.91º | 0.98% | 0.4% | - |
| HSV(B) | 202.91º | 0.99% | 0.79% | - |
| XYZ | 17.9 | 18.9 | 57.96 | - |
| YUV | 96.89 | 186.75 | 60.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 125 | 201 | 0.99 | 0.38 | 0 | 0.21 | 202.91 | 0.98 | 0.4 |
| Hex | 2 | 7D | C9 | 63 | 26 | 0 | 15 | CB | 62 | 28 |
| Octal | 2 | 175 | 311 | 143 | 46 | 0 | 25 | 313 | 142 | 50 |
| Binary | 10 | 1111101 | 11001001 | 1100011 | 100110 | 0 | 10101 | 11001011 | 1100010 | 101000 |
Color Harmonies of #027DC9
Complementary color
Monochromatic Colors of #027DC9
Black with #027DC9
Text Example
Text Example
White with #027DC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #027DC9; }
p { color: rgb(2,125,201); }
H1.HeaderClassName
{
color: #027DC9;
}
.AnyTagClassName
{
color: #027DC9;
}
</style>
background-color css
<style>
a { background-color: #027DC9; }
a { background-color: rgb(2,125,201); }
div.DivClassName
{
background-color: #027DC9;
}
.BgClassName
{
background-color: #027DC9;
}
</style>
border-color css
<style>
span { border-color: #027DC9; }
span { border-color: rgb(2,125,201); }
td.TdClassName
{
border-color: #027DC9;
}
.TagClassName
{
border-color: #027DC9;
}
</style>