Shades of Navy Blue #0877DA
Tints of Navy Blue #0877DA
RGB
CMYK
RGB Variations
Color information
#0877DA (or 0x0877DA) is known color: Navy Blue. HEX triplet: 08, 77 and DA. RGB value is (8,119,218). Sum of RGB (Red+Green+Blue) = 8+119+218=345 (45% of max value = 765). Red value is 8 (3.52% from 255 or 2.32% from 345); Green value is 119 (46.88% from 255 or 34.49% from 345); Blue value is 218 (85.55% from 255 or 63.19% from 345); Max value from RGB is 218 - color contains mainly: blue. Hex color #0877DA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0877DA is #F78825. Grayscale: #606060. Windows color (decimal): -16222246 or 14317320. OLE color: 14317320.
HSL color Cylindrical-coordinate representation of color #0877DA: hue angle of 208.29º degrees, saturation: 0.93, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0877DA is Cyan = 0.96, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 8 | 119 | 218 | - |
| CMYK | 0.96 | 0.45 | 0 | 0.15 |
| HSL | 208.29º | 0.93% | 0.44% | - |
| HSV(B) | 208.29º | 0.96% | 0.85% | - |
| XYZ | 19.35 | 18.31 | 68.84 | - |
| YUV | 97.1 | 196.23 | 64.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 119 | 218 | 0.96 | 0.45 | 0 | 0.15 | 208.29 | 0.93 | 0.44 |
| Hex | 8 | 77 | DA | 60 | 2D | 0 | F | D0 | 5D | 2C |
| Octal | 10 | 167 | 332 | 140 | 55 | 0 | 17 | 320 | 135 | 54 |
| Binary | 1000 | 1110111 | 11011010 | 1100000 | 101101 | 0 | 1111 | 11010000 | 1011101 | 101100 |
Color Harmonies of #0877DA
Complementary color
Monochromatic Colors of #0877DA
Black with #0877DA
Text Example
Text Example
White with #0877DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0877DA; }
p { color: rgb(8,119,218); }
H1.HeaderClassName
{
color: #0877DA;
}
.AnyTagClassName
{
color: #0877DA;
}
</style>
background-color css
<style>
a { background-color: #0877DA; }
a { background-color: rgb(8,119,218); }
div.DivClassName
{
background-color: #0877DA;
}
.BgClassName
{
background-color: #0877DA;
}
</style>
border-color css
<style>
span { border-color: #0877DA; }
span { border-color: rgb(8,119,218); }
td.TdClassName
{
border-color: #0877DA;
}
.TagClassName
{
border-color: #0877DA;
}
</style>