Shades of Navy Blue #0876BD
Tints of Navy Blue #0876BD
RGB
CMYK
RGB Variations
Color information
#0876BD (or 0x0876BD) is known color: Navy Blue. HEX triplet: 08, 76 and BD. RGB value is (8,118,189). Sum of RGB (Red+Green+Blue) = 8+118+189=315 (41% of max value = 765). Red value is 8 (3.52% from 255 or 2.54% from 315); Green value is 118 (46.48% from 255 or 37.46% from 315); Blue value is 189 (74.22% from 255 or 60% from 315); Max value from RGB is 189 - color contains mainly: blue. Hex color #0876BD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0876BD is #F78942. Grayscale: #5C5C5C. Windows color (decimal): -16222531 or 12416520. OLE color: 12416520.
HSL color Cylindrical-coordinate representation of color #0876BD: hue angle of 203.54º 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 #0876BD is Cyan = 0.96, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 8 | 118 | 189 | - |
| CMYK | 0.96 | 0.38 | 0 | 0.26 |
| HSL | 203.54º | 0.92% | 0.39% | - |
| HSV(B) | 203.54º | 0.96% | 0.74% | - |
| XYZ | 15.76 | 16.68 | 50.53 | - |
| YUV | 93.2 | 182.06 | 67.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 118 | 189 | 0.96 | 0.38 | 0 | 0.26 | 203.54 | 0.92 | 0.39 |
| Hex | 8 | 76 | BD | 60 | 26 | 0 | 1A | CC | 5C | 27 |
| Octal | 10 | 166 | 275 | 140 | 46 | 0 | 32 | 314 | 134 | 47 |
| Binary | 1000 | 1110110 | 10111101 | 1100000 | 100110 | 0 | 11010 | 11001100 | 1011100 | 100111 |
Color Harmonies of #0876BD
Complementary color
Monochromatic Colors of #0876BD
Black with #0876BD
Text Example
Text Example
White with #0876BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0876BD; }
p { color: rgb(8,118,189); }
H1.HeaderClassName
{
color: #0876BD;
}
.AnyTagClassName
{
color: #0876BD;
}
</style>
background-color css
<style>
a { background-color: #0876BD; }
a { background-color: rgb(8,118,189); }
div.DivClassName
{
background-color: #0876BD;
}
.BgClassName
{
background-color: #0876BD;
}
</style>
border-color css
<style>
span { border-color: #0876BD; }
span { border-color: rgb(8,118,189); }
td.TdClassName
{
border-color: #0876BD;
}
.TagClassName
{
border-color: #0876BD;
}
</style>