Shades of Navy Blue #0875EB
Tints of Navy Blue #0875EB
RGB
CMYK
RGB Variations
Color information
#0875EB (or 0x0875EB) is known color: Navy Blue. HEX triplet: 08, 75 and EB. RGB value is (8,117,235). Sum of RGB (Red+Green+Blue) = 8+117+235=360 (47% of max value = 765). Red value is 8 (3.52% from 255 or 2.22% from 360); Green value is 117 (46.09% from 255 or 32.5% from 360); Blue value is 235 (92.19% from 255 or 65.28% from 360); Max value from RGB is 235 - color contains mainly: blue. Hex color #0875EB is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0875EB is #F78A14. Grayscale: #616161. Windows color (decimal): -16222741 or 15430920. OLE color: 15430920.
HSL color Cylindrical-coordinate representation of color #0875EB: hue angle of 211.19º degrees, saturation: 0.93, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0875EB is Cyan = 0.97, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 8 | 117 | 235 | - |
| CMYK | 0.97 | 0.50 | 0 | 0.08 |
| HSL | 211.19º | 0.93% | 0.48% | - |
| HSV(B) | 211.19º | 0.97% | 0.92% | - |
| XYZ | 21.46 | 18.77 | 81.09 | - |
| YUV | 97.86 | 205.39 | 63.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 117 | 235 | 0.97 | 0.50 | 0 | 0.08 | 211.19 | 0.93 | 0.48 |
| Hex | 8 | 75 | EB | 61 | 32 | 0 | 8 | D3 | 5D | 30 |
| Octal | 10 | 165 | 353 | 141 | 62 | 0 | 10 | 323 | 135 | 60 |
| Binary | 1000 | 1110101 | 11101011 | 1100001 | 110010 | 0 | 1000 | 11010011 | 1011101 | 110000 |
Color Harmonies of #0875EB
Complementary color
Monochromatic Colors of #0875EB
Black with #0875EB
Text Example
Text Example
White with #0875EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0875EB; }
p { color: rgb(8,117,235); }
H1.HeaderClassName
{
color: #0875EB;
}
.AnyTagClassName
{
color: #0875EB;
}
</style>
background-color css
<style>
a { background-color: #0875EB; }
a { background-color: rgb(8,117,235); }
div.DivClassName
{
background-color: #0875EB;
}
.BgClassName
{
background-color: #0875EB;
}
</style>
border-color css
<style>
span { border-color: #0875EB; }
span { border-color: rgb(8,117,235); }
td.TdClassName
{
border-color: #0875EB;
}
.TagClassName
{
border-color: #0875EB;
}
</style>