Shades of Navy Blue #0652DA
Tints of Navy Blue #0652DA
RGB
CMYK
RGB Variations
Color information
#0652DA (or 0x0652DA) is known color: Navy Blue. HEX triplet: 06, 52 and DA. RGB value is (6,82,218). Sum of RGB (Red+Green+Blue) = 6+82+218=306 (40% of max value = 765). Red value is 6 (2.73% from 255 or 1.96% from 306); Green value is 82 (32.42% from 255 or 26.80% from 306); Blue value is 218 (85.55% from 255 or 71.24% from 306); Max value from RGB is 218 - color contains mainly: blue. Hex color #0652DA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0652DA is #F9AD25. Grayscale: #4A4A4A. Windows color (decimal): -16362790 or 14307846. OLE color: 14307846.
HSL color Cylindrical-coordinate representation of color #0652DA: hue angle of 218.49º degrees, saturation: 0.95, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0652DA is Cyan = 0.97, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 6 | 82 | 218 | - |
| CMYK | 0.97 | 0.62 | 0 | 0.15 |
| HSL | 218.49º | 0.95% | 0.44% | - |
| HSV(B) | 218.49º | 0.97% | 0.85% | - |
| XYZ | 15.75 | 11.14 | 67.65 | - |
| YUV | 74.78 | 208.82 | 78.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 82 | 218 | 0.97 | 0.62 | 0 | 0.15 | 218.49 | 0.95 | 0.44 |
| Hex | 6 | 52 | DA | 61 | 3E | 0 | F | DA | 5F | 2C |
| Octal | 6 | 122 | 332 | 141 | 76 | 0 | 17 | 332 | 137 | 54 |
| Binary | 110 | 1010010 | 11011010 | 1100001 | 111110 | 0 | 1111 | 11011010 | 1011111 | 101100 |
Color Harmonies of #0652DA
Complementary color
Monochromatic Colors of #0652DA
Black with #0652DA
Text Example
Text Example
White with #0652DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0652DA; }
p { color: rgb(6,82,218); }
H1.HeaderClassName
{
color: #0652DA;
}
.AnyTagClassName
{
color: #0652DA;
}
</style>
background-color css
<style>
a { background-color: #0652DA; }
a { background-color: rgb(6,82,218); }
div.DivClassName
{
background-color: #0652DA;
}
.BgClassName
{
background-color: #0652DA;
}
</style>
border-color css
<style>
span { border-color: #0652DA; }
span { border-color: rgb(6,82,218); }
td.TdClassName
{
border-color: #0652DA;
}
.TagClassName
{
border-color: #0652DA;
}
</style>