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