Shades of Navy Blue #075ADC
Tints of Navy Blue #075ADC
RGB
CMYK
RGB Variations
Color information
#075ADC (or 0x075ADC) is known color: Navy Blue. HEX triplet: 07, 5A and DC. RGB value is (7,90,220). Sum of RGB (Red+Green+Blue) = 7+90+220=317 (41% of max value = 765). Red value is 7 (3.12% from 255 or 2.21% from 317); Green value is 90 (35.55% from 255 or 28.39% from 317); Blue value is 220 (86.33% from 255 or 69.40% from 317); Max value from RGB is 220 - color contains mainly: blue. Hex color #075ADC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #075ADC is #F8A523. Grayscale: #4F4F4F. Windows color (decimal): -16295204 or 14440967. OLE color: 14440967.
HSL color Cylindrical-coordinate representation of color #075ADC: hue angle of 216.62º degrees, saturation: 0.94, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #075ADC is Cyan = 0.97, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 7 | 90 | 220 | - |
| CMYK | 0.97 | 0.59 | 0 | 0.14 |
| HSL | 216.62º | 0.94% | 0.45% | - |
| HSV(B) | 216.62º | 0.97% | 0.86% | - |
| XYZ | 16.66 | 12.52 | 69.25 | - |
| YUV | 80 | 207 | 75.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 90 | 220 | 0.97 | 0.59 | 0 | 0.14 | 216.62 | 0.94 | 0.45 |
| Hex | 7 | 5A | DC | 61 | 3B | 0 | E | D9 | 5E | 2D |
| Octal | 7 | 132 | 334 | 141 | 73 | 0 | 16 | 331 | 136 | 55 |
| Binary | 111 | 1011010 | 11011100 | 1100001 | 111011 | 0 | 1110 | 11011001 | 1011110 | 101101 |
Color Harmonies of #075ADC
Complementary color
Monochromatic Colors of #075ADC
Black with #075ADC
Text Example
Text Example
White with #075ADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #075ADC; }
p { color: rgb(7,90,220); }
H1.HeaderClassName
{
color: #075ADC;
}
.AnyTagClassName
{
color: #075ADC;
}
</style>
background-color css
<style>
a { background-color: #075ADC; }
a { background-color: rgb(7,90,220); }
div.DivClassName
{
background-color: #075ADC;
}
.BgClassName
{
background-color: #075ADC;
}
</style>
border-color css
<style>
span { border-color: #075ADC; }
span { border-color: rgb(7,90,220); }
td.TdClassName
{
border-color: #075ADC;
}
.TagClassName
{
border-color: #075ADC;
}
</style>