Shades of Navy Blue #085DC4
Tints of Navy Blue #085DC4
RGB
CMYK
RGB Variations
Color information
#085DC4 (or 0x085DC4) is known color: Navy Blue. HEX triplet: 08, 5D and C4. RGB value is (8,93,196). Sum of RGB (Red+Green+Blue) = 8+93+196=297 (39% of max value = 765). Red value is 8 (3.52% from 255 or 2.69% from 297); Green value is 93 (36.72% from 255 or 31.31% from 297); Blue value is 196 (76.95% from 255 or 65.99% from 297); Max value from RGB is 196 - color contains mainly: blue. Hex color #085DC4 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #085DC4 is #F7A23B. Grayscale: #4E4E4E. Windows color (decimal): -16228924 or 12868872. OLE color: 12868872.
HSL color Cylindrical-coordinate representation of color #085DC4: hue angle of 212.87º degrees, saturation: 0.92, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #085DC4 is Cyan = 0.96, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 8 | 93 | 196 | - |
| CMYK | 0.96 | 0.53 | 0 | 0.23 |
| HSL | 212.87º | 0.92% | 0.4% | - |
| HSV(B) | 212.87º | 0.96% | 0.77% | - |
| XYZ | 13.98 | 11.87 | 53.78 | - |
| YUV | 79.33 | 193.84 | 77.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 93 | 196 | 0.96 | 0.53 | 0 | 0.23 | 212.87 | 0.92 | 0.4 |
| Hex | 8 | 5D | C4 | 60 | 35 | 0 | 17 | D5 | 5C | 28 |
| Octal | 10 | 135 | 304 | 140 | 65 | 0 | 27 | 325 | 134 | 50 |
| Binary | 1000 | 1011101 | 11000100 | 1100000 | 110101 | 0 | 10111 | 11010101 | 1011100 | 101000 |
Color Harmonies of #085DC4
Complementary color
Monochromatic Colors of #085DC4
Black with #085DC4
Text Example
Text Example
White with #085DC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #085DC4; }
p { color: rgb(8,93,196); }
H1.HeaderClassName
{
color: #085DC4;
}
.AnyTagClassName
{
color: #085DC4;
}
</style>
background-color css
<style>
a { background-color: #085DC4; }
a { background-color: rgb(8,93,196); }
div.DivClassName
{
background-color: #085DC4;
}
.BgClassName
{
background-color: #085DC4;
}
</style>
border-color css
<style>
span { border-color: #085DC4; }
span { border-color: rgb(8,93,196); }
td.TdClassName
{
border-color: #085DC4;
}
.TagClassName
{
border-color: #085DC4;
}
</style>