Shades of Navy Blue #0756FA
Tints of Navy Blue #0756FA
RGB
CMYK
RGB Variations
Color information
#0756FA (or 0x0756FA) is known color: Navy Blue. HEX triplet: 07, 56 and FA. RGB value is (7,86,250). Sum of RGB (Red+Green+Blue) = 7+86+250=343 (45% of max value = 765). Red value is 7 (3.12% from 255 or 2.04% from 343); Green value is 86 (33.98% from 255 or 25.07% from 343); Blue value is 250 (98.05% from 255 or 72.89% from 343); Max value from RGB is 250 - color contains mainly: blue. Hex color #0756FA is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0756FA is #F8A905. Grayscale: #505050. Windows color (decimal): -16296198 or 16406023. OLE color: 16406023.
HSL color Cylindrical-coordinate representation of color #0756FA: hue angle of 220.49º degrees, saturation: 0.96, 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 #0756FA is Cyan = 0.97, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 7 | 86 | 250 | - |
| CMYK | 0.97 | 0.66 | 0 | 0.02 |
| HSL | 220.49º | 0.96% | 0.5% | - |
| HSV(B) | 220.49º | 0.97% | 0.98% | - |
| XYZ | 20.67 | 13.6 | 91.98 | - |
| YUV | 81.08 | 223.33 | 75.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 86 | 250 | 0.97 | 0.66 | 0 | 0.02 | 220.49 | 0.96 | 0.5 |
| Hex | 7 | 56 | FA | 61 | 42 | 0 | 2 | DC | 60 | 32 |
| Octal | 7 | 126 | 372 | 141 | 102 | 0 | 2 | 334 | 140 | 62 |
| Binary | 111 | 1010110 | 11111010 | 1100001 | 1000010 | 0 | 10 | 11011100 | 1100000 | 110010 |
Color Harmonies of #0756FA
Complementary color
Monochromatic Colors of #0756FA
Black with #0756FA
Text Example
Text Example
White with #0756FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0756FA; }
p { color: rgb(7,86,250); }
H1.HeaderClassName
{
color: #0756FA;
}
.AnyTagClassName
{
color: #0756FA;
}
</style>
background-color css
<style>
a { background-color: #0756FA; }
a { background-color: rgb(7,86,250); }
div.DivClassName
{
background-color: #0756FA;
}
.BgClassName
{
background-color: #0756FA;
}
</style>
border-color css
<style>
span { border-color: #0756FA; }
span { border-color: rgb(7,86,250); }
td.TdClassName
{
border-color: #0756FA;
}
.TagClassName
{
border-color: #0756FA;
}
</style>