Shades of Navy Blue #085CF0
Tints of Navy Blue #085CF0
RGB
CMYK
RGB Variations
Color information
#085CF0 (or 0x085CF0) is known color: Navy Blue. HEX triplet: 08, 5C and F0. RGB value is (8,92,240). Sum of RGB (Red+Green+Blue) = 8+92+240=340 (45% of max value = 765). Red value is 8 (3.52% from 255 or 2.35% from 340); Green value is 92 (36.33% from 255 or 27.06% from 340); Blue value is 240 (94.14% from 255 or 70.59% from 340); Max value from RGB is 240 - color contains mainly: blue. Hex color #085CF0 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #085CF0 is #F7A30F. Grayscale: #535353. Windows color (decimal): -16229136 or 15752200. OLE color: 15752200.
HSL color Cylindrical-coordinate representation of color #085CF0: hue angle of 218.28º degrees, saturation: 0.94, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #085CF0 is Cyan = 0.97, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 8 | 92 | 240 | - |
| CMYK | 0.97 | 0.62 | 0 | 0.06 |
| HSL | 218.28º | 0.94% | 0.49% | - |
| HSV(B) | 218.28º | 0.97% | 0.94% | - |
| XYZ | 19.66 | 14 | 84.1 | - |
| YUV | 83.76 | 216.17 | 73.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 92 | 240 | 0.97 | 0.62 | 0 | 0.06 | 218.28 | 0.94 | 0.49 |
| Hex | 8 | 5C | F0 | 61 | 3E | 0 | 6 | DA | 5E | 31 |
| Octal | 10 | 134 | 360 | 141 | 76 | 0 | 6 | 332 | 136 | 61 |
| Binary | 1000 | 1011100 | 11110000 | 1100001 | 111110 | 0 | 110 | 11011010 | 1011110 | 110001 |
Color Harmonies of #085CF0
Complementary color
Monochromatic Colors of #085CF0
Black with #085CF0
Text Example
Text Example
White with #085CF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #085CF0; }
p { color: rgb(8,92,240); }
H1.HeaderClassName
{
color: #085CF0;
}
.AnyTagClassName
{
color: #085CF0;
}
</style>
background-color css
<style>
a { background-color: #085CF0; }
a { background-color: rgb(8,92,240); }
div.DivClassName
{
background-color: #085CF0;
}
.BgClassName
{
background-color: #085CF0;
}
</style>
border-color css
<style>
span { border-color: #085CF0; }
span { border-color: rgb(8,92,240); }
td.TdClassName
{
border-color: #085CF0;
}
.TagClassName
{
border-color: #085CF0;
}
</style>