Shades of Navy Blue #075BCB
Tints of Navy Blue #075BCB
RGB
CMYK
RGB Variations
Color information
#075BCB (or 0x075BCB) is known color: Navy Blue. HEX triplet: 07, 5B and CB. RGB value is (7,91,203). Sum of RGB (Red+Green+Blue) = 7+91+203=301 (39% of max value = 765). Red value is 7 (3.12% from 255 or 2.33% from 301); Green value is 91 (35.94% from 255 or 30.23% from 301); Blue value is 203 (79.69% from 255 or 67.44% from 301); Max value from RGB is 203 - color contains mainly: blue. Hex color #075BCB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #075BCB is #F8A434. Grayscale: #4E4E4E. Windows color (decimal): -16294965 or 13327111. OLE color: 13327111.
HSL color Cylindrical-coordinate representation of color #075BCB: hue angle of 214.29º 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 #075BCB is Cyan = 0.97, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 7 | 91 | 203 | - |
| CMYK | 0.97 | 0.55 | 0 | 0.20 |
| HSL | 214.29º | 0.93% | 0.41% | - |
| HSV(B) | 214.29º | 0.97% | 0.8% | - |
| XYZ | 14.61 | 11.84 | 58.02 | - |
| YUV | 78.65 | 198.17 | 76.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 91 | 203 | 0.97 | 0.55 | 0 | 0.20 | 214.29 | 0.93 | 0.41 |
| Hex | 7 | 5B | CB | 61 | 37 | 0 | 14 | D6 | 5D | 29 |
| Octal | 7 | 133 | 313 | 141 | 67 | 0 | 24 | 326 | 135 | 51 |
| Binary | 111 | 1011011 | 11001011 | 1100001 | 110111 | 0 | 10100 | 11010110 | 1011101 | 101001 |
Color Harmonies of #075BCB
Complementary color
Monochromatic Colors of #075BCB
Black with #075BCB
Text Example
Text Example
White with #075BCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #075BCB; }
p { color: rgb(7,91,203); }
H1.HeaderClassName
{
color: #075BCB;
}
.AnyTagClassName
{
color: #075BCB;
}
</style>
background-color css
<style>
a { background-color: #075BCB; }
a { background-color: rgb(7,91,203); }
div.DivClassName
{
background-color: #075BCB;
}
.BgClassName
{
background-color: #075BCB;
}
</style>
border-color css
<style>
span { border-color: #075BCB; }
span { border-color: rgb(7,91,203); }
td.TdClassName
{
border-color: #075BCB;
}
.TagClassName
{
border-color: #075BCB;
}
</style>