Shades of Navy Blue #085CF6
Tints of Navy Blue #085CF6
RGB
CMYK
RGB Variations
Color information
#085CF6 (or 0x085CF6) is known color: Navy Blue. HEX triplet: 08, 5C and F6. RGB value is (8,92,246). Sum of RGB (Red+Green+Blue) = 8+92+246=346 (45% of max value = 765). Red value is 8 (3.52% from 255 or 2.31% from 346); Green value is 92 (36.33% from 255 or 26.59% from 346); Blue value is 246 (96.48% from 255 or 71.10% from 346); Max value from RGB is 246 - color contains mainly: blue. Hex color #085CF6 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #085CF6 is #F7A309. Grayscale: #535353. Windows color (decimal): -16229130 or 16145416. OLE color: 16145416.
HSL color Cylindrical-coordinate representation of color #085CF6: hue angle of 218.82º degrees, saturation: 0.94, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #085CF6 is Cyan = 0.97, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 8 | 92 | 246 | - |
| CMYK | 0.97 | 0.63 | 0 | 0.04 |
| HSL | 218.82º | 0.94% | 0.5% | - |
| HSV(B) | 218.82º | 0.97% | 0.96% | - |
| XYZ | 20.56 | 14.36 | 88.88 | - |
| YUV | 84.44 | 219.17 | 73.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 92 | 246 | 0.97 | 0.63 | 0 | 0.04 | 218.82 | 0.94 | 0.5 |
| Hex | 8 | 5C | F6 | 61 | 3F | 0 | 4 | DB | 5E | 32 |
| Octal | 10 | 134 | 366 | 141 | 77 | 0 | 4 | 333 | 136 | 62 |
| Binary | 1000 | 1011100 | 11110110 | 1100001 | 111111 | 0 | 100 | 11011011 | 1011110 | 110010 |
Color Harmonies of #085CF6
Complementary color
Monochromatic Colors of #085CF6
Black with #085CF6
Text Example
Text Example
White with #085CF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #085CF6; }
p { color: rgb(8,92,246); }
H1.HeaderClassName
{
color: #085CF6;
}
.AnyTagClassName
{
color: #085CF6;
}
</style>
background-color css
<style>
a { background-color: #085CF6; }
a { background-color: rgb(8,92,246); }
div.DivClassName
{
background-color: #085CF6;
}
.BgClassName
{
background-color: #085CF6;
}
</style>
border-color css
<style>
span { border-color: #085CF6; }
span { border-color: rgb(8,92,246); }
td.TdClassName
{
border-color: #085CF6;
}
.TagClassName
{
border-color: #085CF6;
}
</style>