Shades of Navy Blue #0756CB
Tints of Navy Blue #0756CB
RGB
CMYK
RGB Variations
Color information
#0756CB (or 0x0756CB) is known color: Navy Blue. HEX triplet: 07, 56 and CB. RGB value is (7,86,203). Sum of RGB (Red+Green+Blue) = 7+86+203=296 (39% of max value = 765). Red value is 7 (3.12% from 255 or 2.36% from 296); Green value is 86 (33.98% from 255 or 29.05% from 296); Blue value is 203 (79.69% from 255 or 68.58% from 296); Max value from RGB is 203 - color contains mainly: blue. Hex color #0756CB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0756CB is #F8A934. Grayscale: #4B4B4B. Windows color (decimal): -16296245 or 13325831. OLE color: 13325831.
HSL color Cylindrical-coordinate representation of color #0756CB: hue angle of 215.82º degrees, saturation: 0.93, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0756CB is Cyan = 0.97, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 7 | 86 | 203 | - |
| CMYK | 0.97 | 0.58 | 0 | 0.20 |
| HSL | 215.82º | 0.93% | 0.41% | - |
| HSV(B) | 215.82º | 0.97% | 0.8% | - |
| XYZ | 14.19 | 11.01 | 57.88 | - |
| YUV | 75.72 | 199.83 | 78.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 86 | 203 | 0.97 | 0.58 | 0 | 0.20 | 215.82 | 0.93 | 0.41 |
| Hex | 7 | 56 | CB | 61 | 3A | 0 | 14 | D8 | 5D | 29 |
| Octal | 7 | 126 | 313 | 141 | 72 | 0 | 24 | 330 | 135 | 51 |
| Binary | 111 | 1010110 | 11001011 | 1100001 | 111010 | 0 | 10100 | 11011000 | 1011101 | 101001 |
Color Harmonies of #0756CB
Complementary color
Monochromatic Colors of #0756CB
Black with #0756CB
Text Example
Text Example
White with #0756CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0756CB; }
p { color: rgb(7,86,203); }
H1.HeaderClassName
{
color: #0756CB;
}
.AnyTagClassName
{
color: #0756CB;
}
</style>
background-color css
<style>
a { background-color: #0756CB; }
a { background-color: rgb(7,86,203); }
div.DivClassName
{
background-color: #0756CB;
}
.BgClassName
{
background-color: #0756CB;
}
</style>
border-color css
<style>
span { border-color: #0756CB; }
span { border-color: rgb(7,86,203); }
td.TdClassName
{
border-color: #0756CB;
}
.TagClassName
{
border-color: #0756CB;
}
</style>