Shades of Navy Blue #0878C1
Tints of Navy Blue #0878C1
RGB
CMYK
RGB Variations
Color information
#0878C1 (or 0x0878C1) is known color: Navy Blue. HEX triplet: 08, 78 and C1. RGB value is (8,120,193). Sum of RGB (Red+Green+Blue) = 8+120+193=321 (42% of max value = 765). Red value is 8 (3.52% from 255 or 2.49% from 321); Green value is 120 (47.27% from 255 or 37.38% from 321); Blue value is 193 (75.78% from 255 or 60.12% from 321); Max value from RGB is 193 - color contains mainly: blue. Hex color #0878C1 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0878C1 is #F7873E. Grayscale: #5E5E5E. Windows color (decimal): -16222015 or 12679176. OLE color: 12679176.
HSL color Cylindrical-coordinate representation of color #0878C1: hue angle of 203.68º degrees, saturation: 0.92, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0878C1 is Cyan = 0.96, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 8 | 120 | 193 | - |
| CMYK | 0.96 | 0.38 | 0 | 0.24 |
| HSL | 203.68º | 0.92% | 0.39% | - |
| HSV(B) | 203.68º | 0.96% | 0.76% | - |
| XYZ | 16.44 | 17.33 | 52.93 | - |
| YUV | 94.83 | 183.39 | 66.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 120 | 193 | 0.96 | 0.38 | 0 | 0.24 | 203.68 | 0.92 | 0.39 |
| Hex | 8 | 78 | C1 | 60 | 26 | 0 | 18 | CC | 5C | 27 |
| Octal | 10 | 170 | 301 | 140 | 46 | 0 | 30 | 314 | 134 | 47 |
| Binary | 1000 | 1111000 | 11000001 | 1100000 | 100110 | 0 | 11000 | 11001100 | 1011100 | 100111 |
Color Harmonies of #0878C1
Complementary color
Monochromatic Colors of #0878C1
Black with #0878C1
Text Example
Text Example
White with #0878C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0878C1; }
p { color: rgb(8,120,193); }
H1.HeaderClassName
{
color: #0878C1;
}
.AnyTagClassName
{
color: #0878C1;
}
</style>
background-color css
<style>
a { background-color: #0878C1; }
a { background-color: rgb(8,120,193); }
div.DivClassName
{
background-color: #0878C1;
}
.BgClassName
{
background-color: #0878C1;
}
</style>
border-color css
<style>
span { border-color: #0878C1; }
span { border-color: rgb(8,120,193); }
td.TdClassName
{
border-color: #0878C1;
}
.TagClassName
{
border-color: #0878C1;
}
</style>