Shades of Navy Blue #0852DB
Tints of Navy Blue #0852DB
RGB
CMYK
RGB Variations
Color information
#0852DB (or 0x0852DB) is known color: Navy Blue. HEX triplet: 08, 52 and DB. RGB value is (8,82,219). Sum of RGB (Red+Green+Blue) = 8+82+219=309 (40% of max value = 765). Red value is 8 (3.52% from 255 or 2.59% from 309); Green value is 82 (32.42% from 255 or 26.54% from 309); Blue value is 219 (85.94% from 255 or 70.87% from 309); Max value from RGB is 219 - color contains mainly: blue. Hex color #0852DB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0852DB is #F7AD24. Grayscale: #4A4A4A. Windows color (decimal): -16231717 or 14373384. OLE color: 14373384.
HSL color Cylindrical-coordinate representation of color #0852DB: hue angle of 218.96º 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 #0852DB is Cyan = 0.96, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 8 | 82 | 219 | - |
| CMYK | 0.96 | 0.63 | 0 | 0.14 |
| HSL | 218.96º | 0.93% | 0.45% | - |
| HSV(B) | 218.96º | 0.96% | 0.86% | - |
| XYZ | 15.9 | 11.2 | 68.34 | - |
| YUV | 75.49 | 208.98 | 79.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 82 | 219 | 0.96 | 0.63 | 0 | 0.14 | 218.96 | 0.93 | 0.45 |
| Hex | 8 | 52 | DB | 60 | 3F | 0 | E | DB | 5D | 2D |
| Octal | 10 | 122 | 333 | 140 | 77 | 0 | 16 | 333 | 135 | 55 |
| Binary | 1000 | 1010010 | 11011011 | 1100000 | 111111 | 0 | 1110 | 11011011 | 1011101 | 101101 |
Color Harmonies of #0852DB
Complementary color
Monochromatic Colors of #0852DB
Black with #0852DB
Text Example
Text Example
White with #0852DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0852DB; }
p { color: rgb(8,82,219); }
H1.HeaderClassName
{
color: #0852DB;
}
.AnyTagClassName
{
color: #0852DB;
}
</style>
background-color css
<style>
a { background-color: #0852DB; }
a { background-color: rgb(8,82,219); }
div.DivClassName
{
background-color: #0852DB;
}
.BgClassName
{
background-color: #0852DB;
}
</style>
border-color css
<style>
span { border-color: #0852DB; }
span { border-color: rgb(8,82,219); }
td.TdClassName
{
border-color: #0852DB;
}
.TagClassName
{
border-color: #0852DB;
}
</style>