Shades of Navy Blue #0277CD
Tints of Navy Blue #0277CD
RGB
CMYK
RGB Variations
Color information
#0277CD (or 0x0277CD) is known color: Navy Blue. HEX triplet: 02, 77 and CD. RGB value is (2,119,205). Sum of RGB (Red+Green+Blue) = 2+119+205=326 (43% of max value = 765). Red value is 2 (1.17% from 255 or 0.61% from 326); Green value is 119 (46.88% from 255 or 36.50% from 326); Blue value is 205 (80.47% from 255 or 62.88% from 326); Max value from RGB is 205 - color contains mainly: blue. Hex color #0277CD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0277CD is #FD8832. Grayscale: #5D5D5D. Windows color (decimal): -16615475 or 13465346. OLE color: 13465346.
HSL color Cylindrical-coordinate representation of color #0277CD: hue angle of 205.42º degrees, saturation: 0.98, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0277CD is Cyan = 0.99, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 2 | 119 | 205 | - |
| CMYK | 0.99 | 0.42 | 0 | 0.20 |
| HSL | 205.42º | 0.98% | 0.41% | - |
| HSV(B) | 205.42º | 0.99% | 0.8% | - |
| XYZ | 17.64 | 17.61 | 60.23 | - |
| YUV | 93.82 | 190.74 | 62.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 119 | 205 | 0.99 | 0.42 | 0 | 0.20 | 205.42 | 0.98 | 0.41 |
| Hex | 2 | 77 | CD | 63 | 2A | 0 | 14 | CD | 62 | 29 |
| Octal | 2 | 167 | 315 | 143 | 52 | 0 | 24 | 315 | 142 | 51 |
| Binary | 10 | 1110111 | 11001101 | 1100011 | 101010 | 0 | 10100 | 11001101 | 1100010 | 101001 |
Color Harmonies of #0277CD
Complementary color
Monochromatic Colors of #0277CD
Black with #0277CD
Text Example
Text Example
White with #0277CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0277CD; }
p { color: rgb(2,119,205); }
H1.HeaderClassName
{
color: #0277CD;
}
.AnyTagClassName
{
color: #0277CD;
}
</style>
background-color css
<style>
a { background-color: #0277CD; }
a { background-color: rgb(2,119,205); }
div.DivClassName
{
background-color: #0277CD;
}
.BgClassName
{
background-color: #0277CD;
}
</style>
border-color css
<style>
span { border-color: #0277CD; }
span { border-color: rgb(2,119,205); }
td.TdClassName
{
border-color: #0277CD;
}
.TagClassName
{
border-color: #0277CD;
}
</style>