Shades of Navy Blue #075BCC
Tints of Navy Blue #075BCC
RGB
CMYK
RGB Variations
Color information
#075BCC (or 0x075BCC) is known color: Navy Blue. HEX triplet: 07, 5B and CC. RGB value is (7,91,204). Sum of RGB (Red+Green+Blue) = 7+91+204=302 (40% of max value = 765). Red value is 7 (3.12% from 255 or 2.32% from 302); Green value is 91 (35.94% from 255 or 30.13% from 302); Blue value is 204 (80.08% from 255 or 67.55% from 302); Max value from RGB is 204 - color contains mainly: blue. Hex color #075BCC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #075BCC is #F8A433. Grayscale: #4E4E4E. Windows color (decimal): -16294964 or 13392647. OLE color: 13392647.
HSL color Cylindrical-coordinate representation of color #075BCC: hue angle of 214.42º 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 #075BCC is Cyan = 0.97, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 7 | 91 | 204 | - |
| CMYK | 0.97 | 0.55 | 0 | 0.2 |
| HSL | 214.42º | 0.93% | 0.41% | - |
| HSV(B) | 214.42º | 0.97% | 0.8% | - |
| XYZ | 14.73 | 11.89 | 58.64 | - |
| YUV | 78.77 | 198.67 | 76.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 91 | 204 | 0.97 | 0.55 | 0 | 0.2 | 214.42 | 0.93 | 0.41 |
| Hex | 7 | 5B | CC | 61 | 37 | 0 | 14 | D6 | 5D | 29 |
| Octal | 7 | 133 | 314 | 141 | 67 | 0 | 24 | 326 | 135 | 51 |
| Binary | 111 | 1011011 | 11001100 | 1100001 | 110111 | 0 | 10100 | 11010110 | 1011101 | 101001 |
Color Harmonies of #075BCC
Complementary color
Monochromatic Colors of #075BCC
Black with #075BCC
Text Example
Text Example
White with #075BCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #075BCC; }
p { color: rgb(7,91,204); }
H1.HeaderClassName
{
color: #075BCC;
}
.AnyTagClassName
{
color: #075BCC;
}
</style>
background-color css
<style>
a { background-color: #075BCC; }
a { background-color: rgb(7,91,204); }
div.DivClassName
{
background-color: #075BCC;
}
.BgClassName
{
background-color: #075BCC;
}
</style>
border-color css
<style>
span { border-color: #075BCC; }
span { border-color: rgb(7,91,204); }
td.TdClassName
{
border-color: #075BCC;
}
.TagClassName
{
border-color: #075BCC;
}
</style>