Shades of Navy Blue #085AF9
Tints of Navy Blue #085AF9
RGB
CMYK
RGB Variations
Color information
#085AF9 (or 0x085AF9) is known color: Navy Blue. HEX triplet: 08, 5A and F9. RGB value is (8,90,249). Sum of RGB (Red+Green+Blue) = 8+90+249=347 (45% of max value = 765). Red value is 8 (3.52% from 255 or 2.31% from 347); Green value is 90 (35.55% from 255 or 25.94% from 347); Blue value is 249 (97.66% from 255 or 71.76% from 347); Max value from RGB is 249 - color contains mainly: blue. Hex color #085AF9 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #085AF9 is #F7A506. Grayscale: #525252. Windows color (decimal): -16229639 or 16341512. OLE color: 16341512.
HSL color Cylindrical-coordinate representation of color #085AF9: hue angle of 219.59º degrees, saturation: 0.95, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #085AF9 is Cyan = 0.97, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 8 | 90 | 249 | - |
| CMYK | 0.97 | 0.64 | 0 | 0.02 |
| HSL | 219.59º | 0.95% | 0.5% | - |
| HSV(B) | 219.59º | 0.97% | 0.98% | - |
| XYZ | 20.86 | 14.2 | 91.26 | - |
| YUV | 83.61 | 221.33 | 74.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 90 | 249 | 0.97 | 0.64 | 0 | 0.02 | 219.59 | 0.95 | 0.5 |
| Hex | 8 | 5A | F9 | 61 | 40 | 0 | 2 | DC | 5F | 32 |
| Octal | 10 | 132 | 371 | 141 | 100 | 0 | 2 | 334 | 137 | 62 |
| Binary | 1000 | 1011010 | 11111001 | 1100001 | 1000000 | 0 | 10 | 11011100 | 1011111 | 110010 |
Color Harmonies of #085AF9
Complementary color
Monochromatic Colors of #085AF9
Black with #085AF9
Text Example
Text Example
White with #085AF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #085AF9; }
p { color: rgb(8,90,249); }
H1.HeaderClassName
{
color: #085AF9;
}
.AnyTagClassName
{
color: #085AF9;
}
</style>
background-color css
<style>
a { background-color: #085AF9; }
a { background-color: rgb(8,90,249); }
div.DivClassName
{
background-color: #085AF9;
}
.BgClassName
{
background-color: #085AF9;
}
</style>
border-color css
<style>
span { border-color: #085AF9; }
span { border-color: rgb(8,90,249); }
td.TdClassName
{
border-color: #085AF9;
}
.TagClassName
{
border-color: #085AF9;
}
</style>