Shades of Navy Blue #0750CB
Tints of Navy Blue #0750CB
RGB
CMYK
RGB Variations
Color information
#0750CB (or 0x0750CB) is known color: Navy Blue. HEX triplet: 07, 50 and CB. RGB value is (7,80,203). Sum of RGB (Red+Green+Blue) = 7+80+203=290 (38% of max value = 765). Red value is 7 (3.12% from 255 or 2.41% from 290); Green value is 80 (31.64% from 255 or 27.59% from 290); Blue value is 203 (79.69% from 255 or 70% from 290); Max value from RGB is 203 - color contains mainly: blue. Hex color #0750CB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0750CB is #F8AF34. Grayscale: #474747. Windows color (decimal): -16297781 or 13324295. OLE color: 13324295.
HSL color Cylindrical-coordinate representation of color #0750CB: hue angle of 217.65º 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 #0750CB is Cyan = 0.97, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 7 | 80 | 203 | - |
| CMYK | 0.97 | 0.61 | 0 | 0.20 |
| HSL | 217.65º | 0.93% | 0.41% | - |
| HSV(B) | 217.65º | 0.97% | 0.8% | - |
| XYZ | 13.74 | 10.09 | 57.72 | - |
| YUV | 72.2 | 201.82 | 81.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 80 | 203 | 0.97 | 0.61 | 0 | 0.20 | 217.65 | 0.93 | 0.41 |
| Hex | 7 | 50 | CB | 61 | 3D | 0 | 14 | DA | 5D | 29 |
| Octal | 7 | 120 | 313 | 141 | 75 | 0 | 24 | 332 | 135 | 51 |
| Binary | 111 | 1010000 | 11001011 | 1100001 | 111101 | 0 | 10100 | 11011010 | 1011101 | 101001 |
Color Harmonies of #0750CB
Complementary color
Monochromatic Colors of #0750CB
Black with #0750CB
Text Example
Text Example
White with #0750CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0750CB; }
p { color: rgb(7,80,203); }
H1.HeaderClassName
{
color: #0750CB;
}
.AnyTagClassName
{
color: #0750CB;
}
</style>
background-color css
<style>
a { background-color: #0750CB; }
a { background-color: rgb(7,80,203); }
div.DivClassName
{
background-color: #0750CB;
}
.BgClassName
{
background-color: #0750CB;
}
</style>
border-color css
<style>
span { border-color: #0750CB; }
span { border-color: rgb(7,80,203); }
td.TdClassName
{
border-color: #0750CB;
}
.TagClassName
{
border-color: #0750CB;
}
</style>