Shades of Navy Blue #0853FF
Tints of Navy Blue #0853FF
RGB
CMYK
RGB Variations
Color information
#0853FF (or 0x0853FF) is known color: Navy Blue. HEX triplet: 08, 53 and FF. RGB value is (8,83,255). Sum of RGB (Red+Green+Blue) = 8+83+255=346 (45% of max value = 765). Red value is 8 (3.52% from 255 or 2.31% from 346); Green value is 83 (32.81% from 255 or 23.99% from 346); Blue value is 255 (100% from 255 or 73.70% from 346); Max value from RGB is 255 - color contains mainly: blue. Hex color #0853FF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0853FF is #F7AC00. Grayscale: #4F4F4F. Windows color (decimal): -16231425 or 16732936. OLE color: 16732936.
HSL color Cylindrical-coordinate representation of color #0853FF: hue angle of 221.78º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0853FF is Cyan = 0.97, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 8 | 83 | 255 | - |
| CMYK | 0.97 | 0.67 | 0 | 0 |
| HSL | 221.78º | 1% | 0.52% | - |
| HSV(B) | 221.78º | 0.97% | 1% | - |
| XYZ | 21.24 | 13.46 | 96.09 | - |
| YUV | 80.18 | 226.65 | 76.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 83 | 255 | 0.97 | 0.67 | 0 | 0 | 221.78 | 1 | 0.52 |
| Hex | 8 | 53 | FF | 61 | 43 | 0 | 0 | DE | 64 | 34 |
| Octal | 10 | 123 | 377 | 141 | 103 | 0 | 0 | 336 | 144 | 64 |
| Binary | 1000 | 1010011 | 11111111 | 1100001 | 1000011 | 0 | 0 | 11011110 | 1100100 | 110100 |
Color Harmonies of #0853FF
Complementary color
Monochromatic Colors of #0853FF
Black with #0853FF
Text Example
Text Example
White with #0853FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0853FF; }
p { color: rgb(8,83,255); }
H1.HeaderClassName
{
color: #0853FF;
}
.AnyTagClassName
{
color: #0853FF;
}
</style>
background-color css
<style>
a { background-color: #0853FF; }
a { background-color: rgb(8,83,255); }
div.DivClassName
{
background-color: #0853FF;
}
.BgClassName
{
background-color: #0853FF;
}
</style>
border-color css
<style>
span { border-color: #0853FF; }
span { border-color: rgb(8,83,255); }
td.TdClassName
{
border-color: #0853FF;
}
.TagClassName
{
border-color: #0853FF;
}
</style>