Shades of Navy Blue #085DC7
Tints of Navy Blue #085DC7
RGB
CMYK
RGB Variations
Color information
#085DC7 (or 0x085DC7) is known color: Navy Blue. HEX triplet: 08, 5D and C7. RGB value is (8,93,199). Sum of RGB (Red+Green+Blue) = 8+93+199=300 (39% of max value = 765). Red value is 8 (3.52% from 255 or 2.67% from 300); Green value is 93 (36.72% from 255 or 31% from 300); Blue value is 199 (78.12% from 255 or 66.33% from 300); Max value from RGB is 199 - color contains mainly: blue. Hex color #085DC7 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #085DC7 is #F7A238. Grayscale: #4F4F4F. Windows color (decimal): -16228921 or 13065480. OLE color: 13065480.
HSL color Cylindrical-coordinate representation of color #085DC7: hue angle of 213.3º degrees, saturation: 0.92, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #085DC7 is Cyan = 0.96, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 8 | 93 | 199 | - |
| CMYK | 0.96 | 0.53 | 0 | 0.22 |
| HSL | 213.3º | 0.92% | 0.41% | - |
| HSV(B) | 213.3º | 0.96% | 0.78% | - |
| XYZ | 14.32 | 12 | 55.59 | - |
| YUV | 79.67 | 195.34 | 76.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 93 | 199 | 0.96 | 0.53 | 0 | 0.22 | 213.3 | 0.92 | 0.41 |
| Hex | 8 | 5D | C7 | 60 | 35 | 0 | 16 | D5 | 5C | 29 |
| Octal | 10 | 135 | 307 | 140 | 65 | 0 | 26 | 325 | 134 | 51 |
| Binary | 1000 | 1011101 | 11000111 | 1100000 | 110101 | 0 | 10110 | 11010101 | 1011100 | 101001 |
Color Harmonies of #085DC7
Complementary color
Monochromatic Colors of #085DC7
Black with #085DC7
Text Example
Text Example
White with #085DC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #085DC7; }
p { color: rgb(8,93,199); }
H1.HeaderClassName
{
color: #085DC7;
}
.AnyTagClassName
{
color: #085DC7;
}
</style>
background-color css
<style>
a { background-color: #085DC7; }
a { background-color: rgb(8,93,199); }
div.DivClassName
{
background-color: #085DC7;
}
.BgClassName
{
background-color: #085DC7;
}
</style>
border-color css
<style>
span { border-color: #085DC7; }
span { border-color: rgb(8,93,199); }
td.TdClassName
{
border-color: #085DC7;
}
.TagClassName
{
border-color: #085DC7;
}
</style>