Shades of Navy Blue #085AF1
Tints of Navy Blue #085AF1
RGB
CMYK
RGB Variations
Color information
#085AF1 (or 0x085AF1) is known color: Navy Blue. HEX triplet: 08, 5A and F1. RGB value is (8,90,241). Sum of RGB (Red+Green+Blue) = 8+90+241=339 (44% of max value = 765). Red value is 8 (3.52% from 255 or 2.36% from 339); Green value is 90 (35.55% from 255 or 26.55% from 339); Blue value is 241 (94.53% from 255 or 71.09% from 339); Max value from RGB is 241 - color contains mainly: blue. Hex color #085AF1 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #085AF1 is #F7A50E. Grayscale: #525252. Windows color (decimal): -16229647 or 15817224. OLE color: 15817224.
HSL color Cylindrical-coordinate representation of color #085AF1: hue angle of 218.88º degrees, saturation: 0.94, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #085AF1 is Cyan = 0.97, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 8 | 90 | 241 | - |
| CMYK | 0.97 | 0.63 | 0 | 0.05 |
| HSL | 218.88º | 0.94% | 0.49% | - |
| HSV(B) | 218.88º | 0.97% | 0.95% | - |
| XYZ | 19.63 | 13.71 | 84.83 | - |
| YUV | 82.7 | 217.33 | 74.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 90 | 241 | 0.97 | 0.63 | 0 | 0.05 | 218.88 | 0.94 | 0.49 |
| Hex | 8 | 5A | F1 | 61 | 3F | 0 | 5 | DB | 5E | 31 |
| Octal | 10 | 132 | 361 | 141 | 77 | 0 | 5 | 333 | 136 | 61 |
| Binary | 1000 | 1011010 | 11110001 | 1100001 | 111111 | 0 | 101 | 11011011 | 1011110 | 110001 |
Color Harmonies of #085AF1
Complementary color
Monochromatic Colors of #085AF1
Black with #085AF1
Text Example
Text Example
White with #085AF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #085AF1; }
p { color: rgb(8,90,241); }
H1.HeaderClassName
{
color: #085AF1;
}
.AnyTagClassName
{
color: #085AF1;
}
</style>
background-color css
<style>
a { background-color: #085AF1; }
a { background-color: rgb(8,90,241); }
div.DivClassName
{
background-color: #085AF1;
}
.BgClassName
{
background-color: #085AF1;
}
</style>
border-color css
<style>
span { border-color: #085AF1; }
span { border-color: rgb(8,90,241); }
td.TdClassName
{
border-color: #085AF1;
}
.TagClassName
{
border-color: #085AF1;
}
</style>