Shades of Navy Blue #027DC2
Tints of Navy Blue #027DC2
RGB
CMYK
RGB Variations
Color information
#027DC2 (or 0x027DC2) is known color: Navy Blue. HEX triplet: 02, 7D and C2. RGB value is (2,125,194). Sum of RGB (Red+Green+Blue) = 2+125+194=321 (42% of max value = 765). Red value is 2 (1.17% from 255 or 0.62% from 321); Green value is 125 (49.22% from 255 or 38.94% from 321); Blue value is 194 (76.17% from 255 or 60.44% from 321); Max value from RGB is 194 - color contains mainly: blue. Hex color #027DC2 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #027DC2 is #FD823D. Grayscale: #5F5F5F. Windows color (decimal): -16613950 or 12745986. OLE color: 12745986.
HSL color Cylindrical-coordinate representation of color #027DC2: hue angle of 201.56º degrees, saturation: 0.98, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #027DC2 is Cyan = 0.99, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 2 | 125 | 194 | - |
| CMYK | 0.99 | 0.36 | 0 | 0.24 |
| HSL | 201.56º | 0.98% | 0.38% | - |
| HSV(B) | 201.56º | 0.99% | 0.76% | - |
| XYZ | 17.1 | 18.58 | 53.72 | - |
| YUV | 96.09 | 183.25 | 60.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 125 | 194 | 0.99 | 0.36 | 0 | 0.24 | 201.56 | 0.98 | 0.38 |
| Hex | 2 | 7D | C2 | 63 | 24 | 0 | 18 | CA | 62 | 26 |
| Octal | 2 | 175 | 302 | 143 | 44 | 0 | 30 | 312 | 142 | 46 |
| Binary | 10 | 1111101 | 11000010 | 1100011 | 100100 | 0 | 11000 | 11001010 | 1100010 | 100110 |
Color Harmonies of #027DC2
Complementary color
Monochromatic Colors of #027DC2
Black with #027DC2
Text Example
Text Example
White with #027DC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #027DC2; }
p { color: rgb(2,125,194); }
H1.HeaderClassName
{
color: #027DC2;
}
.AnyTagClassName
{
color: #027DC2;
}
</style>
background-color css
<style>
a { background-color: #027DC2; }
a { background-color: rgb(2,125,194); }
div.DivClassName
{
background-color: #027DC2;
}
.BgClassName
{
background-color: #027DC2;
}
</style>
border-color css
<style>
span { border-color: #027DC2; }
span { border-color: rgb(2,125,194); }
td.TdClassName
{
border-color: #027DC2;
}
.TagClassName
{
border-color: #027DC2;
}
</style>