Shades of Navy Blue #0852EA
Tints of Navy Blue #0852EA
RGB
CMYK
RGB Variations
Color information
#0852EA (or 0x0852EA) is known color: Navy Blue. HEX triplet: 08, 52 and EA. RGB value is (8,82,234). Sum of RGB (Red+Green+Blue) = 8+82+234=324 (42% of max value = 765). Red value is 8 (3.52% from 255 or 2.47% from 324); Green value is 82 (32.42% from 255 or 25.31% from 324); Blue value is 234 (91.80% from 255 or 72.22% from 324); Max value from RGB is 234 - color contains mainly: blue. Hex color #0852EA is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0852EA is #F7AD15. Grayscale: #4C4C4C. Windows color (decimal): -16231702 or 15356424. OLE color: 15356424.
HSL color Cylindrical-coordinate representation of color #0852EA: hue angle of 220.35º 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 #0852EA is Cyan = 0.97, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 8 | 82 | 234 | - |
| CMYK | 0.97 | 0.65 | 0 | 0.08 |
| HSL | 220.35º | 0.93% | 0.47% | - |
| HSV(B) | 220.35º | 0.97% | 0.92% | - |
| XYZ | 17.97 | 12.03 | 79.22 | - |
| YUV | 77.2 | 216.48 | 78.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 82 | 234 | 0.97 | 0.65 | 0 | 0.08 | 220.35 | 0.93 | 0.47 |
| Hex | 8 | 52 | EA | 61 | 41 | 0 | 8 | DC | 5D | 2F |
| Octal | 10 | 122 | 352 | 141 | 101 | 0 | 10 | 334 | 135 | 57 |
| Binary | 1000 | 1010010 | 11101010 | 1100001 | 1000001 | 0 | 1000 | 11011100 | 1011101 | 101111 |
Color Harmonies of #0852EA
Complementary color
Monochromatic Colors of #0852EA
Black with #0852EA
Text Example
Text Example
White with #0852EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0852EA; }
p { color: rgb(8,82,234); }
H1.HeaderClassName
{
color: #0852EA;
}
.AnyTagClassName
{
color: #0852EA;
}
</style>
background-color css
<style>
a { background-color: #0852EA; }
a { background-color: rgb(8,82,234); }
div.DivClassName
{
background-color: #0852EA;
}
.BgClassName
{
background-color: #0852EA;
}
</style>
border-color css
<style>
span { border-color: #0852EA; }
span { border-color: rgb(8,82,234); }
td.TdClassName
{
border-color: #0852EA;
}
.TagClassName
{
border-color: #0852EA;
}
</style>