Shades of Navy Blue #0852DD
Tints of Navy Blue #0852DD
RGB
CMYK
RGB Variations
Color information
#0852DD (or 0x0852DD) is known color: Navy Blue. HEX triplet: 08, 52 and DD. RGB value is (8,82,221). Sum of RGB (Red+Green+Blue) = 8+82+221=311 (41% of max value = 765). Red value is 8 (3.52% from 255 or 2.57% from 311); Green value is 82 (32.42% from 255 or 26.37% from 311); Blue value is 221 (86.72% from 255 or 71.06% from 311); Max value from RGB is 221 - color contains mainly: blue. Hex color #0852DD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0852DD is #F7AD22. Grayscale: #4B4B4B. Windows color (decimal): -16231715 or 14504456. OLE color: 14504456.
HSL color Cylindrical-coordinate representation of color #0852DD: hue angle of 219.15º degrees, saturation: 0.93, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0852DD is Cyan = 0.96, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 8 | 82 | 221 | - |
| CMYK | 0.96 | 0.63 | 0 | 0.13 |
| HSL | 219.15º | 0.93% | 0.45% | - |
| HSV(B) | 219.15º | 0.96% | 0.87% | - |
| XYZ | 16.17 | 11.31 | 69.74 | - |
| YUV | 75.72 | 209.98 | 79.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 82 | 221 | 0.96 | 0.63 | 0 | 0.13 | 219.15 | 0.93 | 0.45 |
| Hex | 8 | 52 | DD | 60 | 3F | 0 | D | DB | 5D | 2D |
| Octal | 10 | 122 | 335 | 140 | 77 | 0 | 15 | 333 | 135 | 55 |
| Binary | 1000 | 1010010 | 11011101 | 1100000 | 111111 | 0 | 1101 | 11011011 | 1011101 | 101101 |
Color Harmonies of #0852DD
Complementary color
Monochromatic Colors of #0852DD
Black with #0852DD
Text Example
Text Example
White with #0852DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0852DD; }
p { color: rgb(8,82,221); }
H1.HeaderClassName
{
color: #0852DD;
}
.AnyTagClassName
{
color: #0852DD;
}
</style>
background-color css
<style>
a { background-color: #0852DD; }
a { background-color: rgb(8,82,221); }
div.DivClassName
{
background-color: #0852DD;
}
.BgClassName
{
background-color: #0852DD;
}
</style>
border-color css
<style>
span { border-color: #0852DD; }
span { border-color: rgb(8,82,221); }
td.TdClassName
{
border-color: #0852DD;
}
.TagClassName
{
border-color: #0852DD;
}
</style>