Shades of Navy Blue #085BFD
Tints of Navy Blue #085BFD
RGB
CMYK
RGB Variations
Color information
#085BFD (or 0x085BFD) is known color: Navy Blue. HEX triplet: 08, 5B and FD. RGB value is (8,91,253). Sum of RGB (Red+Green+Blue) = 8+91+253=352 (46% of max value = 765). Red value is 8 (3.52% from 255 or 2.27% from 352); Green value is 91 (35.94% from 255 or 25.85% from 352); Blue value is 253 (99.22% from 255 or 71.88% from 352); Max value from RGB is 253 - color contains mainly: blue. Hex color #085BFD is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #085BFD is #F7A402. Grayscale: #535353. Windows color (decimal): -16229379 or 16603912. OLE color: 16603912.
HSL color Cylindrical-coordinate representation of color #085BFD: hue angle of 219.67º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #085BFD is Cyan = 0.97, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 8 | 91 | 253 | - |
| CMYK | 0.97 | 0.64 | 0 | 0.01 |
| HSL | 219.67º | 0.98% | 0.51% | - |
| HSV(B) | 219.67º | 0.97% | 0.99% | - |
| XYZ | 21.57 | 14.63 | 94.61 | - |
| YUV | 84.65 | 223 | 73.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 91 | 253 | 0.97 | 0.64 | 0 | 0.01 | 219.67 | 0.98 | 0.51 |
| Hex | 8 | 5B | FD | 61 | 40 | 0 | 1 | DC | 62 | 33 |
| Octal | 10 | 133 | 375 | 141 | 100 | 0 | 1 | 334 | 142 | 63 |
| Binary | 1000 | 1011011 | 11111101 | 1100001 | 1000000 | 0 | 1 | 11011100 | 1100010 | 110011 |
Color Harmonies of #085BFD
Complementary color
Monochromatic Colors of #085BFD
Black with #085BFD
Text Example
Text Example
White with #085BFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #085BFD; }
p { color: rgb(8,91,253); }
H1.HeaderClassName
{
color: #085BFD;
}
.AnyTagClassName
{
color: #085BFD;
}
</style>
background-color css
<style>
a { background-color: #085BFD; }
a { background-color: rgb(8,91,253); }
div.DivClassName
{
background-color: #085BFD;
}
.BgClassName
{
background-color: #085BFD;
}
</style>
border-color css
<style>
span { border-color: #085BFD; }
span { border-color: rgb(8,91,253); }
td.TdClassName
{
border-color: #085BFD;
}
.TagClassName
{
border-color: #085BFD;
}
</style>