Shades of Navy Blue #0853EA
Tints of Navy Blue #0853EA
RGB
CMYK
RGB Variations
Color information
#0853EA (or 0x0853EA) is known color: Navy Blue. HEX triplet: 08, 53 and EA. RGB value is (8,83,234). Sum of RGB (Red+Green+Blue) = 8+83+234=325 (43% of max value = 765). Red value is 8 (3.52% from 255 or 2.46% from 325); Green value is 83 (32.81% from 255 or 25.54% from 325); Blue value is 234 (91.80% from 255 or 72% from 325); Max value from RGB is 234 - color contains mainly: blue. Hex color #0853EA is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0853EA is #F7AC15. Grayscale: #4D4D4D. Windows color (decimal): -16231446 or 15356680. OLE color: 15356680.
HSL color Cylindrical-coordinate representation of color #0853EA: hue angle of 220.09º degrees, saturation: 0.93, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0853EA is Cyan = 0.97, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 8 | 83 | 234 | - |
| CMYK | 0.97 | 0.65 | 0 | 0.08 |
| HSL | 220.09º | 0.93% | 0.47% | - |
| HSV(B) | 220.09º | 0.97% | 0.92% | - |
| XYZ | 18.04 | 12.18 | 79.24 | - |
| YUV | 77.79 | 216.15 | 78.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 83 | 234 | 0.97 | 0.65 | 0 | 0.08 | 220.09 | 0.93 | 0.47 |
| Hex | 8 | 53 | EA | 61 | 41 | 0 | 8 | DC | 5D | 2F |
| Octal | 10 | 123 | 352 | 141 | 101 | 0 | 10 | 334 | 135 | 57 |
| Binary | 1000 | 1010011 | 11101010 | 1100001 | 1000001 | 0 | 1000 | 11011100 | 1011101 | 101111 |
Color Harmonies of #0853EA
Complementary color
Monochromatic Colors of #0853EA
Black with #0853EA
Text Example
Text Example
White with #0853EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0853EA; }
p { color: rgb(8,83,234); }
H1.HeaderClassName
{
color: #0853EA;
}
.AnyTagClassName
{
color: #0853EA;
}
</style>
background-color css
<style>
a { background-color: #0853EA; }
a { background-color: rgb(8,83,234); }
div.DivClassName
{
background-color: #0853EA;
}
.BgClassName
{
background-color: #0853EA;
}
</style>
border-color css
<style>
span { border-color: #0853EA; }
span { border-color: rgb(8,83,234); }
td.TdClassName
{
border-color: #0853EA;
}
.TagClassName
{
border-color: #0853EA;
}
</style>