Shades of Navy Blue #075AD0
Tints of Navy Blue #075AD0
RGB
CMYK
RGB Variations
Color information
#075AD0 (or 0x075AD0) is known color: Navy Blue. HEX triplet: 07, 5A and D0. RGB value is (7,90,208). Sum of RGB (Red+Green+Blue) = 7+90+208=305 (40% of max value = 765). Red value is 7 (3.12% from 255 or 2.30% from 305); Green value is 90 (35.55% from 255 or 29.51% from 305); Blue value is 208 (81.64% from 255 or 68.20% from 305); Max value from RGB is 208 - color contains mainly: blue. Hex color #075AD0 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #075AD0 is #F8A52F. Grayscale: #4E4E4E. Windows color (decimal): -16295216 or 13654535. OLE color: 13654535.
HSL color Cylindrical-coordinate representation of color #075AD0: hue angle of 215.22º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #075AD0 is Cyan = 0.97, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 7 | 90 | 208 | - |
| CMYK | 0.97 | 0.57 | 0 | 0.18 |
| HSL | 215.22º | 0.93% | 0.42% | - |
| HSV(B) | 215.22º | 0.97% | 0.82% | - |
| XYZ | 15.13 | 11.91 | 61.18 | - |
| YUV | 78.64 | 201 | 76.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 90 | 208 | 0.97 | 0.57 | 0 | 0.18 | 215.22 | 0.93 | 0.42 |
| Hex | 7 | 5A | D0 | 61 | 39 | 0 | 12 | D7 | 5D | 2A |
| Octal | 7 | 132 | 320 | 141 | 71 | 0 | 22 | 327 | 135 | 52 |
| Binary | 111 | 1011010 | 11010000 | 1100001 | 111001 | 0 | 10010 | 11010111 | 1011101 | 101010 |
Color Harmonies of #075AD0
Complementary color
Monochromatic Colors of #075AD0
Black with #075AD0
Text Example
Text Example
White with #075AD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #075AD0; }
p { color: rgb(7,90,208); }
H1.HeaderClassName
{
color: #075AD0;
}
.AnyTagClassName
{
color: #075AD0;
}
</style>
background-color css
<style>
a { background-color: #075AD0; }
a { background-color: rgb(7,90,208); }
div.DivClassName
{
background-color: #075AD0;
}
.BgClassName
{
background-color: #075AD0;
}
</style>
border-color css
<style>
span { border-color: #075AD0; }
span { border-color: rgb(7,90,208); }
td.TdClassName
{
border-color: #075AD0;
}
.TagClassName
{
border-color: #075AD0;
}
</style>