Shades of Navy Blue #0752CD
Tints of Navy Blue #0752CD
RGB
CMYK
RGB Variations
Color information
#0752CD (or 0x0752CD) is known color: Navy Blue. HEX triplet: 07, 52 and CD. RGB value is (7,82,205). Sum of RGB (Red+Green+Blue) = 7+82+205=294 (38% of max value = 765). Red value is 7 (3.12% from 255 or 2.38% from 294); Green value is 82 (32.42% from 255 or 27.89% from 294); Blue value is 205 (80.47% from 255 or 69.73% from 294); Max value from RGB is 205 - color contains mainly: blue. Hex color #0752CD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0752CD is #F8AD32. Grayscale: #494949. Windows color (decimal): -16297267 or 13455879. OLE color: 13455879.
HSL color Cylindrical-coordinate representation of color #0752CD: hue angle of 217.27º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0752CD is Cyan = 0.97, Magento = 0.6, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 7 | 82 | 205 | - |
| CMYK | 0.97 | 0.6 | 0 | 0.20 |
| HSL | 217.27º | 0.93% | 0.42% | - |
| HSV(B) | 217.27º | 0.97% | 0.8% | - |
| XYZ | 14.12 | 10.49 | 59.04 | - |
| YUV | 73.6 | 202.15 | 80.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 82 | 205 | 0.97 | 0.6 | 0 | 0.20 | 217.27 | 0.93 | 0.42 |
| Hex | 7 | 52 | CD | 61 | 3C | 0 | 14 | D9 | 5D | 2A |
| Octal | 7 | 122 | 315 | 141 | 74 | 0 | 24 | 331 | 135 | 52 |
| Binary | 111 | 1010010 | 11001101 | 1100001 | 111100 | 0 | 10100 | 11011001 | 1011101 | 101010 |
Color Harmonies of #0752CD
Complementary color
Monochromatic Colors of #0752CD
Black with #0752CD
Text Example
Text Example
White with #0752CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0752CD; }
p { color: rgb(7,82,205); }
H1.HeaderClassName
{
color: #0752CD;
}
.AnyTagClassName
{
color: #0752CD;
}
</style>
background-color css
<style>
a { background-color: #0752CD; }
a { background-color: rgb(7,82,205); }
div.DivClassName
{
background-color: #0752CD;
}
.BgClassName
{
background-color: #0752CD;
}
</style>
border-color css
<style>
span { border-color: #0752CD; }
span { border-color: rgb(7,82,205); }
td.TdClassName
{
border-color: #0752CD;
}
.TagClassName
{
border-color: #0752CD;
}
</style>