Shades of Navy Blue #0877BD
Tints of Navy Blue #0877BD
RGB
CMYK
RGB Variations
Color information
#0877BD (or 0x0877BD) is known color: Navy Blue. HEX triplet: 08, 77 and BD. RGB value is (8,119,189). Sum of RGB (Red+Green+Blue) = 8+119+189=316 (41% of max value = 765). Red value is 8 (3.52% from 255 or 2.53% from 316); Green value is 119 (46.88% from 255 or 37.66% from 316); Blue value is 189 (74.22% from 255 or 59.81% from 316); Max value from RGB is 189 - color contains mainly: blue. Hex color #0877BD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0877BD is #F78842. Grayscale: #5D5D5D. Windows color (decimal): -16222275 or 12416776. OLE color: 12416776.
HSL color Cylindrical-coordinate representation of color #0877BD: hue angle of 203.2º degrees, saturation: 0.92, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0877BD is Cyan = 0.96, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 8 | 119 | 189 | - |
| CMYK | 0.96 | 0.37 | 0 | 0.26 |
| HSL | 203.2º | 0.92% | 0.39% | - |
| HSV(B) | 203.2º | 0.96% | 0.74% | - |
| XYZ | 15.88 | 16.92 | 50.57 | - |
| YUV | 93.79 | 181.73 | 66.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 119 | 189 | 0.96 | 0.37 | 0 | 0.26 | 203.2 | 0.92 | 0.39 |
| Hex | 8 | 77 | BD | 60 | 25 | 0 | 1A | CB | 5C | 27 |
| Octal | 10 | 167 | 275 | 140 | 45 | 0 | 32 | 313 | 134 | 47 |
| Binary | 1000 | 1110111 | 10111101 | 1100000 | 100101 | 0 | 11010 | 11001011 | 1011100 | 100111 |
Color Harmonies of #0877BD
Complementary color
Monochromatic Colors of #0877BD
Black with #0877BD
Text Example
Text Example
White with #0877BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0877BD; }
p { color: rgb(8,119,189); }
H1.HeaderClassName
{
color: #0877BD;
}
.AnyTagClassName
{
color: #0877BD;
}
</style>
background-color css
<style>
a { background-color: #0877BD; }
a { background-color: rgb(8,119,189); }
div.DivClassName
{
background-color: #0877BD;
}
.BgClassName
{
background-color: #0877BD;
}
</style>
border-color css
<style>
span { border-color: #0877BD; }
span { border-color: rgb(8,119,189); }
td.TdClassName
{
border-color: #0877BD;
}
.TagClassName
{
border-color: #0877BD;
}
</style>