Shades of Navy Blue #0652DB
Tints of Navy Blue #0652DB
RGB
CMYK
RGB Variations
Color information
#0652DB (or 0x0652DB) is known color: Navy Blue. HEX triplet: 06, 52 and DB. RGB value is (6,82,219). Sum of RGB (Red+Green+Blue) = 6+82+219=307 (40% of max value = 765). Red value is 6 (2.73% from 255 or 1.95% from 307); Green value is 82 (32.42% from 255 or 26.71% from 307); Blue value is 219 (85.94% from 255 or 71.34% from 307); Max value from RGB is 219 - color contains mainly: blue. Hex color #0652DB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0652DB is #F9AD24. Grayscale: #4A4A4A. Windows color (decimal): -16362789 or 14373382. OLE color: 14373382.
HSL color Cylindrical-coordinate representation of color #0652DB: hue angle of 218.59º degrees, saturation: 0.95, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0652DB is Cyan = 0.97, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 6 | 82 | 219 | - |
| CMYK | 0.97 | 0.63 | 0 | 0.14 |
| HSL | 218.59º | 0.95% | 0.44% | - |
| HSV(B) | 218.59º | 0.97% | 0.86% | - |
| XYZ | 15.88 | 11.19 | 68.34 | - |
| YUV | 74.89 | 209.32 | 78.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 82 | 219 | 0.97 | 0.63 | 0 | 0.14 | 218.59 | 0.95 | 0.44 |
| Hex | 6 | 52 | DB | 61 | 3F | 0 | E | DB | 5F | 2C |
| Octal | 6 | 122 | 333 | 141 | 77 | 0 | 16 | 333 | 137 | 54 |
| Binary | 110 | 1010010 | 11011011 | 1100001 | 111111 | 0 | 1110 | 11011011 | 1011111 | 101100 |
Color Harmonies of #0652DB
Complementary color
Monochromatic Colors of #0652DB
Black with #0652DB
Text Example
Text Example
White with #0652DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0652DB; }
p { color: rgb(6,82,219); }
H1.HeaderClassName
{
color: #0652DB;
}
.AnyTagClassName
{
color: #0652DB;
}
</style>
background-color css
<style>
a { background-color: #0652DB; }
a { background-color: rgb(6,82,219); }
div.DivClassName
{
background-color: #0652DB;
}
.BgClassName
{
background-color: #0652DB;
}
</style>
border-color css
<style>
span { border-color: #0652DB; }
span { border-color: rgb(6,82,219); }
td.TdClassName
{
border-color: #0652DB;
}
.TagClassName
{
border-color: #0652DB;
}
</style>