Shades of Navy Blue #0875DA
Tints of Navy Blue #0875DA
RGB
CMYK
RGB Variations
Color information
#0875DA (or 0x0875DA) is known color: Navy Blue. HEX triplet: 08, 75 and DA. RGB value is (8,117,218). Sum of RGB (Red+Green+Blue) = 8+117+218=343 (45% of max value = 765). Red value is 8 (3.52% from 255 or 2.33% from 343); Green value is 117 (46.09% from 255 or 34.11% from 343); Blue value is 218 (85.55% from 255 or 63.56% from 343); Max value from RGB is 218 - color contains mainly: blue. Hex color #0875DA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0875DA is #F78A25. Grayscale: #5F5F5F. Windows color (decimal): -16222758 or 14316808. OLE color: 14316808.
HSL color Cylindrical-coordinate representation of color #0875DA: hue angle of 208.86º 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 #0875DA is Cyan = 0.96, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 8 | 117 | 218 | - |
| CMYK | 0.96 | 0.46 | 0 | 0.15 |
| HSL | 208.86º | 0.93% | 0.44% | - |
| HSV(B) | 208.86º | 0.96% | 0.85% | - |
| XYZ | 19.12 | 17.84 | 68.76 | - |
| YUV | 95.92 | 196.89 | 65.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 117 | 218 | 0.96 | 0.46 | 0 | 0.15 | 208.86 | 0.93 | 0.44 |
| Hex | 8 | 75 | DA | 60 | 2E | 0 | F | D1 | 5D | 2C |
| Octal | 10 | 165 | 332 | 140 | 56 | 0 | 17 | 321 | 135 | 54 |
| Binary | 1000 | 1110101 | 11011010 | 1100000 | 101110 | 0 | 1111 | 11010001 | 1011101 | 101100 |
Color Harmonies of #0875DA
Complementary color
Monochromatic Colors of #0875DA
Black with #0875DA
Text Example
Text Example
White with #0875DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0875DA; }
p { color: rgb(8,117,218); }
H1.HeaderClassName
{
color: #0875DA;
}
.AnyTagClassName
{
color: #0875DA;
}
</style>
background-color css
<style>
a { background-color: #0875DA; }
a { background-color: rgb(8,117,218); }
div.DivClassName
{
background-color: #0875DA;
}
.BgClassName
{
background-color: #0875DA;
}
</style>
border-color css
<style>
span { border-color: #0875DA; }
span { border-color: rgb(8,117,218); }
td.TdClassName
{
border-color: #0875DA;
}
.TagClassName
{
border-color: #0875DA;
}
</style>