Shades of Navy Blue #075ACC
Tints of Navy Blue #075ACC
RGB
CMYK
RGB Variations
Color information
#075ACC (or 0x075ACC) is known color: Navy Blue. HEX triplet: 07, 5A and CC. RGB value is (7,90,204). Sum of RGB (Red+Green+Blue) = 7+90+204=301 (39% of max value = 765). Red value is 7 (3.12% from 255 or 2.33% from 301); Green value is 90 (35.55% from 255 or 29.90% from 301); Blue value is 204 (80.08% from 255 or 67.77% from 301); Max value from RGB is 204 - color contains mainly: blue. Hex color #075ACC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #075ACC is #F8A533. Grayscale: #4D4D4D. Windows color (decimal): -16295220 or 13392391. OLE color: 13392391.
HSL color Cylindrical-coordinate representation of color #075ACC: hue angle of 214.72º 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 #075ACC is Cyan = 0.97, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 7 | 90 | 204 | - |
| CMYK | 0.97 | 0.56 | 0 | 0.2 |
| HSL | 214.72º | 0.93% | 0.41% | - |
| HSV(B) | 214.72º | 0.97% | 0.8% | - |
| XYZ | 14.64 | 11.72 | 58.62 | - |
| YUV | 78.18 | 199 | 77.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 90 | 204 | 0.97 | 0.56 | 0 | 0.2 | 214.72 | 0.93 | 0.41 |
| Hex | 7 | 5A | CC | 61 | 38 | 0 | 14 | D7 | 5D | 29 |
| Octal | 7 | 132 | 314 | 141 | 70 | 0 | 24 | 327 | 135 | 51 |
| Binary | 111 | 1011010 | 11001100 | 1100001 | 111000 | 0 | 10100 | 11010111 | 1011101 | 101001 |
Color Harmonies of #075ACC
Complementary color
Monochromatic Colors of #075ACC
Black with #075ACC
Text Example
Text Example
White with #075ACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #075ACC; }
p { color: rgb(7,90,204); }
H1.HeaderClassName
{
color: #075ACC;
}
.AnyTagClassName
{
color: #075ACC;
}
</style>
background-color css
<style>
a { background-color: #075ACC; }
a { background-color: rgb(7,90,204); }
div.DivClassName
{
background-color: #075ACC;
}
.BgClassName
{
background-color: #075ACC;
}
</style>
border-color css
<style>
span { border-color: #075ACC; }
span { border-color: rgb(7,90,204); }
td.TdClassName
{
border-color: #075ACC;
}
.TagClassName
{
border-color: #075ACC;
}
</style>