Shades of Navy Blue #085AF2
Tints of Navy Blue #085AF2
RGB
CMYK
RGB Variations
Color information
#085AF2 (or 0x085AF2) is known color: Navy Blue. HEX triplet: 08, 5A and F2. RGB value is (8,90,242). Sum of RGB (Red+Green+Blue) = 8+90+242=340 (45% of max value = 765). Red value is 8 (3.52% from 255 or 2.35% from 340); Green value is 90 (35.55% from 255 or 26.47% from 340); Blue value is 242 (94.92% from 255 or 71.18% from 340); Max value from RGB is 242 - color contains mainly: blue. Hex color #085AF2 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #085AF2 is #F7A50D. Grayscale: #525252. Windows color (decimal): -16229646 or 15882760. OLE color: 15882760.
HSL color Cylindrical-coordinate representation of color #085AF2: hue angle of 218.97º 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 #085AF2 is Cyan = 0.97, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 8 | 90 | 242 | - |
| CMYK | 0.97 | 0.63 | 0 | 0.05 |
| HSL | 218.97º | 0.94% | 0.49% | - |
| HSV(B) | 218.97º | 0.97% | 0.95% | - |
| XYZ | 19.78 | 13.77 | 85.62 | - |
| YUV | 82.81 | 217.83 | 74.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 90 | 242 | 0.97 | 0.63 | 0 | 0.05 | 218.97 | 0.94 | 0.49 |
| Hex | 8 | 5A | F2 | 61 | 3F | 0 | 5 | DB | 5E | 31 |
| Octal | 10 | 132 | 362 | 141 | 77 | 0 | 5 | 333 | 136 | 61 |
| Binary | 1000 | 1011010 | 11110010 | 1100001 | 111111 | 0 | 101 | 11011011 | 1011110 | 110001 |
Color Harmonies of #085AF2
Complementary color
Monochromatic Colors of #085AF2
Black with #085AF2
Text Example
Text Example
White with #085AF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #085AF2; }
p { color: rgb(8,90,242); }
H1.HeaderClassName
{
color: #085AF2;
}
.AnyTagClassName
{
color: #085AF2;
}
</style>
background-color css
<style>
a { background-color: #085AF2; }
a { background-color: rgb(8,90,242); }
div.DivClassName
{
background-color: #085AF2;
}
.BgClassName
{
background-color: #085AF2;
}
</style>
border-color css
<style>
span { border-color: #085AF2; }
span { border-color: rgb(8,90,242); }
td.TdClassName
{
border-color: #085AF2;
}
.TagClassName
{
border-color: #085AF2;
}
</style>