Shades of Navy Blue #085CC6
Tints of Navy Blue #085CC6
RGB
CMYK
RGB Variations
Color information
#085CC6 (or 0x085CC6) is known color: Navy Blue. HEX triplet: 08, 5C and C6. RGB value is (8,92,198). Sum of RGB (Red+Green+Blue) = 8+92+198=298 (39% of max value = 765). Red value is 8 (3.52% from 255 or 2.68% from 298); Green value is 92 (36.33% from 255 or 30.87% from 298); Blue value is 198 (77.73% from 255 or 66.44% from 298); Max value from RGB is 198 - color contains mainly: blue. Hex color #085CC6 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #085CC6 is #F7A339. Grayscale: #4E4E4E. Windows color (decimal): -16229178 or 12999688. OLE color: 12999688.
HSL color Cylindrical-coordinate representation of color #085CC6: hue angle of 213.47º degrees, saturation: 0.92, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #085CC6 is Cyan = 0.96, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 8 | 92 | 198 | - |
| CMYK | 0.96 | 0.54 | 0 | 0.22 |
| HSL | 213.47º | 0.92% | 0.4% | - |
| HSV(B) | 213.47º | 0.96% | 0.78% | - |
| XYZ | 14.12 | 11.78 | 54.96 | - |
| YUV | 78.97 | 195.17 | 77.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 92 | 198 | 0.96 | 0.54 | 0 | 0.22 | 213.47 | 0.92 | 0.4 |
| Hex | 8 | 5C | C6 | 60 | 36 | 0 | 16 | D5 | 5C | 28 |
| Octal | 10 | 134 | 306 | 140 | 66 | 0 | 26 | 325 | 134 | 50 |
| Binary | 1000 | 1011100 | 11000110 | 1100000 | 110110 | 0 | 10110 | 11010101 | 1011100 | 101000 |
Color Harmonies of #085CC6
Complementary color
Monochromatic Colors of #085CC6
Black with #085CC6
Text Example
Text Example
White with #085CC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #085CC6; }
p { color: rgb(8,92,198); }
H1.HeaderClassName
{
color: #085CC6;
}
.AnyTagClassName
{
color: #085CC6;
}
</style>
background-color css
<style>
a { background-color: #085CC6; }
a { background-color: rgb(8,92,198); }
div.DivClassName
{
background-color: #085CC6;
}
.BgClassName
{
background-color: #085CC6;
}
</style>
border-color css
<style>
span { border-color: #085CC6; }
span { border-color: rgb(8,92,198); }
td.TdClassName
{
border-color: #085CC6;
}
.TagClassName
{
border-color: #085CC6;
}
</style>