Shades of Navy Blue #075DCC
Tints of Navy Blue #075DCC
RGB
CMYK
RGB Variations
Color information
#075DCC (or 0x075DCC) is known color: Navy Blue. HEX triplet: 07, 5D and CC. RGB value is (7,93,204). Sum of RGB (Red+Green+Blue) = 7+93+204=304 (40% of max value = 765). Red value is 7 (3.12% from 255 or 2.30% from 304); Green value is 93 (36.72% from 255 or 30.59% from 304); Blue value is 204 (80.08% from 255 or 67.11% from 304); Max value from RGB is 204 - color contains mainly: blue. Hex color #075DCC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #075DCC is #F8A233. Grayscale: #4F4F4F. Windows color (decimal): -16294452 or 13393159. OLE color: 13393159.
HSL color Cylindrical-coordinate representation of color #075DCC: hue angle of 213.81º 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 #075DCC is Cyan = 0.97, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 7 | 93 | 204 | - |
| CMYK | 0.97 | 0.54 | 0 | 0.2 |
| HSL | 213.81º | 0.93% | 0.41% | - |
| HSV(B) | 213.81º | 0.97% | 0.8% | - |
| XYZ | 14.9 | 12.23 | 58.7 | - |
| YUV | 79.94 | 198.01 | 75.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 93 | 204 | 0.97 | 0.54 | 0 | 0.2 | 213.81 | 0.93 | 0.41 |
| Hex | 7 | 5D | CC | 61 | 36 | 0 | 14 | D6 | 5D | 29 |
| Octal | 7 | 135 | 314 | 141 | 66 | 0 | 24 | 326 | 135 | 51 |
| Binary | 111 | 1011101 | 11001100 | 1100001 | 110110 | 0 | 10100 | 11010110 | 1011101 | 101001 |
Color Harmonies of #075DCC
Complementary color
Monochromatic Colors of #075DCC
Black with #075DCC
Text Example
Text Example
White with #075DCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #075DCC; }
p { color: rgb(7,93,204); }
H1.HeaderClassName
{
color: #075DCC;
}
.AnyTagClassName
{
color: #075DCC;
}
</style>
background-color css
<style>
a { background-color: #075DCC; }
a { background-color: rgb(7,93,204); }
div.DivClassName
{
background-color: #075DCC;
}
.BgClassName
{
background-color: #075DCC;
}
</style>
border-color css
<style>
span { border-color: #075DCC; }
span { border-color: rgb(7,93,204); }
td.TdClassName
{
border-color: #075DCC;
}
.TagClassName
{
border-color: #075DCC;
}
</style>