Shades of Navy Blue #075ADE
Tints of Navy Blue #075ADE
RGB
CMYK
RGB Variations
Color information
#075ADE (or 0x075ADE) is known color: Navy Blue. HEX triplet: 07, 5A and DE. RGB value is (7,90,222). Sum of RGB (Red+Green+Blue) = 7+90+222=319 (42% of max value = 765). Red value is 7 (3.12% from 255 or 2.19% from 319); Green value is 90 (35.55% from 255 or 28.21% from 319); Blue value is 222 (87.11% from 255 or 69.59% from 319); Max value from RGB is 222 - color contains mainly: blue. Hex color #075ADE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #075ADE is #F8A521. Grayscale: #4F4F4F. Windows color (decimal): -16295202 or 14572039. OLE color: 14572039.
HSL color Cylindrical-coordinate representation of color #075ADE: hue angle of 216.84º degrees, saturation: 0.94, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #075ADE is Cyan = 0.97, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 7 | 90 | 222 | - |
| CMYK | 0.97 | 0.59 | 0 | 0.13 |
| HSL | 216.84º | 0.94% | 0.45% | - |
| HSV(B) | 216.84º | 0.97% | 0.87% | - |
| XYZ | 16.93 | 12.63 | 70.65 | - |
| YUV | 80.23 | 208 | 75.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 90 | 222 | 0.97 | 0.59 | 0 | 0.13 | 216.84 | 0.94 | 0.45 |
| Hex | 7 | 5A | DE | 61 | 3B | 0 | D | D9 | 5E | 2D |
| Octal | 7 | 132 | 336 | 141 | 73 | 0 | 15 | 331 | 136 | 55 |
| Binary | 111 | 1011010 | 11011110 | 1100001 | 111011 | 0 | 1101 | 11011001 | 1011110 | 101101 |
Color Harmonies of #075ADE
Complementary color
Monochromatic Colors of #075ADE
Black with #075ADE
Text Example
Text Example
White with #075ADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #075ADE; }
p { color: rgb(7,90,222); }
H1.HeaderClassName
{
color: #075ADE;
}
.AnyTagClassName
{
color: #075ADE;
}
</style>
background-color css
<style>
a { background-color: #075ADE; }
a { background-color: rgb(7,90,222); }
div.DivClassName
{
background-color: #075ADE;
}
.BgClassName
{
background-color: #075ADE;
}
</style>
border-color css
<style>
span { border-color: #075ADE; }
span { border-color: rgb(7,90,222); }
td.TdClassName
{
border-color: #075ADE;
}
.TagClassName
{
border-color: #075ADE;
}
</style>