Shades of Navy Blue #085CFD
Tints of Navy Blue #085CFD
RGB
CMYK
RGB Variations
Color information
#085CFD (or 0x085CFD) is known color: Navy Blue. HEX triplet: 08, 5C and FD. RGB value is (8,92,253). Sum of RGB (Red+Green+Blue) = 8+92+253=353 (46% of max value = 765). Red value is 8 (3.52% from 255 or 2.27% from 353); Green value is 92 (36.33% from 255 or 26.06% from 353); Blue value is 253 (99.22% from 255 or 71.67% from 353); Max value from RGB is 253 - color contains mainly: blue. Hex color #085CFD is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #085CFD is #F7A302. Grayscale: #545454. Windows color (decimal): -16229123 or 16604168. OLE color: 16604168.
HSL color Cylindrical-coordinate representation of color #085CFD: hue angle of 219.43º 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 #085CFD is Cyan = 0.97, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 8 | 92 | 253 | - |
| CMYK | 0.97 | 0.64 | 0 | 0.01 |
| HSL | 219.43º | 0.98% | 0.51% | - |
| HSV(B) | 219.43º | 0.97% | 0.99% | - |
| XYZ | 21.66 | 14.8 | 94.64 | - |
| YUV | 85.24 | 222.67 | 72.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 92 | 253 | 0.97 | 0.64 | 0 | 0.01 | 219.43 | 0.98 | 0.51 |
| Hex | 8 | 5C | FD | 61 | 40 | 0 | 1 | DB | 62 | 33 |
| Octal | 10 | 134 | 375 | 141 | 100 | 0 | 1 | 333 | 142 | 63 |
| Binary | 1000 | 1011100 | 11111101 | 1100001 | 1000000 | 0 | 1 | 11011011 | 1100010 | 110011 |
Color Harmonies of #085CFD
Complementary color
Monochromatic Colors of #085CFD
Black with #085CFD
Text Example
Text Example
White with #085CFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #085CFD; }
p { color: rgb(8,92,253); }
H1.HeaderClassName
{
color: #085CFD;
}
.AnyTagClassName
{
color: #085CFD;
}
</style>
background-color css
<style>
a { background-color: #085CFD; }
a { background-color: rgb(8,92,253); }
div.DivClassName
{
background-color: #085CFD;
}
.BgClassName
{
background-color: #085CFD;
}
</style>
border-color css
<style>
span { border-color: #085CFD; }
span { border-color: rgb(8,92,253); }
td.TdClassName
{
border-color: #085CFD;
}
.TagClassName
{
border-color: #085CFD;
}
</style>