Shades of Navy Blue #0752F9
Tints of Navy Blue #0752F9
RGB
CMYK
RGB Variations
Color information
#0752F9 (or 0x0752F9) is known color: Navy Blue. HEX triplet: 07, 52 and F9. RGB value is (7,82,249). Sum of RGB (Red+Green+Blue) = 7+82+249=338 (44% of max value = 765). Red value is 7 (3.12% from 255 or 2.07% from 338); Green value is 82 (32.42% from 255 or 24.26% from 338); Blue value is 249 (97.66% from 255 or 73.67% from 338); Max value from RGB is 249 - color contains mainly: blue. Hex color #0752F9 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0752F9 is #F8AD06. Grayscale: #4D4D4D. Windows color (decimal): -16297223 or 16339463. OLE color: 16339463.
HSL color Cylindrical-coordinate representation of color #0752F9: hue angle of 221.4º degrees, saturation: 0.95, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0752F9 is Cyan = 0.97, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 7 | 82 | 249 | - |
| CMYK | 0.97 | 0.67 | 0 | 0.02 |
| HSL | 221.41º | 0.95% | 0.5% | - |
| HSV(B) | 221.41º | 0.97% | 0.98% | - |
| XYZ | 20.2 | 12.92 | 91.05 | - |
| YUV | 78.61 | 224.15 | 76.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 82 | 249 | 0.97 | 0.67 | 0 | 0.02 | 221.41 | 0.95 | 0.5 |
| Hex | 7 | 52 | F9 | 61 | 43 | 0 | 2 | DD | 5F | 32 |
| Octal | 7 | 122 | 371 | 141 | 103 | 0 | 2 | 335 | 137 | 62 |
| Binary | 111 | 1010010 | 11111001 | 1100001 | 1000011 | 0 | 10 | 11011101 | 1011111 | 110010 |
Color Harmonies of #0752F9
Complementary color
Monochromatic Colors of #0752F9
Black with #0752F9
Text Example
Text Example
White with #0752F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0752F9; }
p { color: rgb(7,82,249); }
H1.HeaderClassName
{
color: #0752F9;
}
.AnyTagClassName
{
color: #0752F9;
}
</style>
background-color css
<style>
a { background-color: #0752F9; }
a { background-color: rgb(7,82,249); }
div.DivClassName
{
background-color: #0752F9;
}
.BgClassName
{
background-color: #0752F9;
}
</style>
border-color css
<style>
span { border-color: #0752F9; }
span { border-color: rgb(7,82,249); }
td.TdClassName
{
border-color: #0752F9;
}
.TagClassName
{
border-color: #0752F9;
}
</style>