Shades of Navy Blue #0752DF
Tints of Navy Blue #0752DF
RGB
CMYK
RGB Variations
Color information
#0752DF (or 0x0752DF) is known color: Navy Blue. HEX triplet: 07, 52 and DF. RGB value is (7,82,223). Sum of RGB (Red+Green+Blue) = 7+82+223=312 (41% of max value = 765). Red value is 7 (3.12% from 255 or 2.24% from 312); Green value is 82 (32.42% from 255 or 26.28% from 312); Blue value is 223 (87.5% from 255 or 71.47% from 312); Max value from RGB is 223 - color contains mainly: blue. Hex color #0752DF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0752DF is #F8AD20. Grayscale: #4B4B4B. Windows color (decimal): -16297249 or 14635527. OLE color: 14635527.
HSL color Cylindrical-coordinate representation of color #0752DF: hue angle of 219.17º degrees, saturation: 0.94, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0752DF is Cyan = 0.97, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 7 | 82 | 223 | - |
| CMYK | 0.97 | 0.63 | 0 | 0.13 |
| HSL | 219.17º | 0.94% | 0.45% | - |
| HSV(B) | 219.17º | 0.97% | 0.87% | - |
| XYZ | 16.42 | 11.41 | 71.15 | - |
| YUV | 75.65 | 211.15 | 79.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 82 | 223 | 0.97 | 0.63 | 0 | 0.13 | 219.17 | 0.94 | 0.45 |
| Hex | 7 | 52 | DF | 61 | 3F | 0 | D | DB | 5E | 2D |
| Octal | 7 | 122 | 337 | 141 | 77 | 0 | 15 | 333 | 136 | 55 |
| Binary | 111 | 1010010 | 11011111 | 1100001 | 111111 | 0 | 1101 | 11011011 | 1011110 | 101101 |
Color Harmonies of #0752DF
Complementary color
Monochromatic Colors of #0752DF
Black with #0752DF
Text Example
Text Example
White with #0752DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0752DF; }
p { color: rgb(7,82,223); }
H1.HeaderClassName
{
color: #0752DF;
}
.AnyTagClassName
{
color: #0752DF;
}
</style>
background-color css
<style>
a { background-color: #0752DF; }
a { background-color: rgb(7,82,223); }
div.DivClassName
{
background-color: #0752DF;
}
.BgClassName
{
background-color: #0752DF;
}
</style>
border-color css
<style>
span { border-color: #0752DF; }
span { border-color: rgb(7,82,223); }
td.TdClassName
{
border-color: #0752DF;
}
.TagClassName
{
border-color: #0752DF;
}
</style>