Shades of Navy Blue #0077CB
Tints of Navy Blue #0077CB
RGB
CMYK
RGB Variations
Color information
#0077CB (or 0x0077CB) is known color: Navy Blue. HEX triplet: 00, 77 and CB. RGB value is (0,119,203). Sum of RGB (Red+Green+Blue) = 0+119+203=322 (42% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 322); Green value is 119 (46.88% from 255 or 36.96% from 322); Blue value is 203 (79.69% from 255 or 63.04% from 322); Max value from RGB is 203 - color contains mainly: blue. Hex color #0077CB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0077CB is #FF8834. Grayscale: #5C5C5C. Windows color (decimal): -16746549 or 13334272. OLE color: 13334272.
HSL color Cylindrical-coordinate representation of color #0077CB: hue angle of 204.83º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0077CB is Cyan = 1, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 0 | 119 | 203 | - |
| CMYK | 1 | 0.41 | 0 | 0.20 |
| HSL | 204.83º | 1% | 0.4% | - |
| HSV(B) | 204.83º | 1% | 0.8% | - |
| XYZ | 17.38 | 17.51 | 58.96 | - |
| YUV | 93 | 190.08 | 61.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 119 | 203 | 1 | 0.41 | 0 | 0.20 | 204.83 | 1 | 0.4 |
| Hex | 0 | 77 | CB | 64 | 29 | 0 | 14 | CD | 64 | 28 |
| Octal | 0 | 167 | 313 | 144 | 51 | 0 | 24 | 315 | 144 | 50 |
| Binary | 0 | 1110111 | 11001011 | 1100100 | 101001 | 0 | 10100 | 11001101 | 1100100 | 101000 |
Color Harmonies of #0077CB
Complementary color
Monochromatic Colors of #0077CB
Black with #0077CB
Text Example
Text Example
White with #0077CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0077CB; }
p { color: rgb(0,119,203); }
H1.HeaderClassName
{
color: #0077CB;
}
.AnyTagClassName
{
color: #0077CB;
}
</style>
background-color css
<style>
a { background-color: #0077CB; }
a { background-color: rgb(0,119,203); }
div.DivClassName
{
background-color: #0077CB;
}
.BgClassName
{
background-color: #0077CB;
}
</style>
border-color css
<style>
span { border-color: #0077CB; }
span { border-color: rgb(0,119,203); }
td.TdClassName
{
border-color: #0077CB;
}
.TagClassName
{
border-color: #0077CB;
}
</style>