Shades of Navy Blue #0752FC
Tints of Navy Blue #0752FC
RGB
CMYK
RGB Variations
Color information
#0752FC (or 0x0752FC) is known color: Navy Blue. HEX triplet: 07, 52 and FC. RGB value is (7,82,252). Sum of RGB (Red+Green+Blue) = 7+82+252=341 (45% of max value = 765). Red value is 7 (3.12% from 255 or 2.05% from 341); Green value is 82 (32.42% from 255 or 24.05% from 341); Blue value is 252 (98.83% from 255 or 73.90% from 341); Max value from RGB is 252 - color contains mainly: blue. Hex color #0752FC is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0752FC is #F8AD03. Grayscale: #4E4E4E. Windows color (decimal): -16297220 or 16536071. OLE color: 16536071.
HSL color Cylindrical-coordinate representation of color #0752FC: hue angle of 221.63º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0752FC is Cyan = 0.97, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 7 | 82 | 252 | - |
| CMYK | 0.97 | 0.67 | 0 | 0.01 |
| HSL | 221.63º | 0.98% | 0.51% | - |
| HSV(B) | 221.63º | 0.97% | 0.99% | - |
| XYZ | 20.68 | 13.11 | 93.54 | - |
| YUV | 78.96 | 225.65 | 76.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 82 | 252 | 0.97 | 0.67 | 0 | 0.01 | 221.63 | 0.98 | 0.51 |
| Hex | 7 | 52 | FC | 61 | 43 | 0 | 1 | DE | 62 | 33 |
| Octal | 7 | 122 | 374 | 141 | 103 | 0 | 1 | 336 | 142 | 63 |
| Binary | 111 | 1010010 | 11111100 | 1100001 | 1000011 | 0 | 1 | 11011110 | 1100010 | 110011 |
Color Harmonies of #0752FC
Complementary color
Monochromatic Colors of #0752FC
Black with #0752FC
Text Example
Text Example
White with #0752FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0752FC; }
p { color: rgb(7,82,252); }
H1.HeaderClassName
{
color: #0752FC;
}
.AnyTagClassName
{
color: #0752FC;
}
</style>
background-color css
<style>
a { background-color: #0752FC; }
a { background-color: rgb(7,82,252); }
div.DivClassName
{
background-color: #0752FC;
}
.BgClassName
{
background-color: #0752FC;
}
</style>
border-color css
<style>
span { border-color: #0752FC; }
span { border-color: rgb(7,82,252); }
td.TdClassName
{
border-color: #0752FC;
}
.TagClassName
{
border-color: #0752FC;
}
</style>