Shades of Navy Blue #0852DC
Tints of Navy Blue #0852DC
RGB
CMYK
RGB Variations
Color information
#0852DC (or 0x0852DC) is known color: Navy Blue. HEX triplet: 08, 52 and DC. RGB value is (8,82,220). Sum of RGB (Red+Green+Blue) = 8+82+220=310 (41% of max value = 765). Red value is 8 (3.52% from 255 or 2.58% from 310); Green value is 82 (32.42% from 255 or 26.45% from 310); Blue value is 220 (86.33% from 255 or 70.97% from 310); Max value from RGB is 220 - color contains mainly: blue. Hex color #0852DC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0852DC is #F7AD23. Grayscale: #4A4A4A. Windows color (decimal): -16231716 or 14438920. OLE color: 14438920.
HSL color Cylindrical-coordinate representation of color #0852DC: hue angle of 219.06º degrees, saturation: 0.93, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0852DC is Cyan = 0.96, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 8 | 82 | 220 | - |
| CMYK | 0.96 | 0.63 | 0 | 0.14 |
| HSL | 219.06º | 0.93% | 0.45% | - |
| HSV(B) | 219.06º | 0.96% | 0.86% | - |
| XYZ | 16.04 | 11.25 | 69.04 | - |
| YUV | 75.61 | 209.48 | 79.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 82 | 220 | 0.96 | 0.63 | 0 | 0.14 | 219.06 | 0.93 | 0.45 |
| Hex | 8 | 52 | DC | 60 | 3F | 0 | E | DB | 5D | 2D |
| Octal | 10 | 122 | 334 | 140 | 77 | 0 | 16 | 333 | 135 | 55 |
| Binary | 1000 | 1010010 | 11011100 | 1100000 | 111111 | 0 | 1110 | 11011011 | 1011101 | 101101 |
Color Harmonies of #0852DC
Complementary color
Monochromatic Colors of #0852DC
Black with #0852DC
Text Example
Text Example
White with #0852DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0852DC; }
p { color: rgb(8,82,220); }
H1.HeaderClassName
{
color: #0852DC;
}
.AnyTagClassName
{
color: #0852DC;
}
</style>
background-color css
<style>
a { background-color: #0852DC; }
a { background-color: rgb(8,82,220); }
div.DivClassName
{
background-color: #0852DC;
}
.BgClassName
{
background-color: #0852DC;
}
</style>
border-color css
<style>
span { border-color: #0852DC; }
span { border-color: rgb(8,82,220); }
td.TdClassName
{
border-color: #0852DC;
}
.TagClassName
{
border-color: #0852DC;
}
</style>