Shades of Navy Blue #0652DC
Tints of Navy Blue #0652DC
RGB
CMYK
RGB Variations
Color information
#0652DC (or 0x0652DC) is known color: Navy Blue. HEX triplet: 06, 52 and DC. RGB value is (6,82,220). Sum of RGB (Red+Green+Blue) = 6+82+220=308 (40% of max value = 765). Red value is 6 (2.73% from 255 or 1.95% from 308); Green value is 82 (32.42% from 255 or 26.62% from 308); Blue value is 220 (86.33% from 255 or 71.43% from 308); Max value from RGB is 220 - color contains mainly: blue. Hex color #0652DC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0652DC is #F9AD23. Grayscale: #4A4A4A. Windows color (decimal): -16362788 or 14438918. OLE color: 14438918.
HSL color Cylindrical-coordinate representation of color #0652DC: hue angle of 218.69º 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 #0652DC is Cyan = 0.97, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 6 | 82 | 220 | - |
| CMYK | 0.97 | 0.63 | 0 | 0.14 |
| HSL | 218.69º | 0.95% | 0.44% | - |
| HSV(B) | 218.69º | 0.97% | 0.86% | - |
| XYZ | 16.01 | 11.24 | 69.04 | - |
| YUV | 75.01 | 209.82 | 78.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 82 | 220 | 0.97 | 0.63 | 0 | 0.14 | 218.69 | 0.95 | 0.44 |
| Hex | 6 | 52 | DC | 61 | 3F | 0 | E | DB | 5F | 2C |
| Octal | 6 | 122 | 334 | 141 | 77 | 0 | 16 | 333 | 137 | 54 |
| Binary | 110 | 1010010 | 11011100 | 1100001 | 111111 | 0 | 1110 | 11011011 | 1011111 | 101100 |
Color Harmonies of #0652DC
Complementary color
Monochromatic Colors of #0652DC
Black with #0652DC
Text Example
Text Example
White with #0652DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0652DC; }
p { color: rgb(6,82,220); }
H1.HeaderClassName
{
color: #0652DC;
}
.AnyTagClassName
{
color: #0652DC;
}
</style>
background-color css
<style>
a { background-color: #0652DC; }
a { background-color: rgb(6,82,220); }
div.DivClassName
{
background-color: #0652DC;
}
.BgClassName
{
background-color: #0652DC;
}
</style>
border-color css
<style>
span { border-color: #0652DC; }
span { border-color: rgb(6,82,220); }
td.TdClassName
{
border-color: #0652DC;
}
.TagClassName
{
border-color: #0652DC;
}
</style>