Shades of Navy Blue #075AD4
Tints of Navy Blue #075AD4
RGB
CMYK
RGB Variations
Color information
#075AD4 (or 0x075AD4) is known color: Navy Blue. HEX triplet: 07, 5A and D4. RGB value is (7,90,212). Sum of RGB (Red+Green+Blue) = 7+90+212=309 (40% of max value = 765). Red value is 7 (3.12% from 255 or 2.27% from 309); Green value is 90 (35.55% from 255 or 29.13% from 309); Blue value is 212 (83.20% from 255 or 68.61% from 309); Max value from RGB is 212 - color contains mainly: blue. Hex color #075AD4 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #075AD4 is #F8A52B. Grayscale: #4E4E4E. Windows color (decimal): -16295212 or 13916679. OLE color: 13916679.
HSL color Cylindrical-coordinate representation of color #075AD4: hue angle of 215.71º degrees, saturation: 0.94, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #075AD4 is Cyan = 0.97, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 7 | 90 | 212 | - |
| CMYK | 0.97 | 0.58 | 0 | 0.17 |
| HSL | 215.71º | 0.94% | 0.43% | - |
| HSV(B) | 215.71º | 0.97% | 0.83% | - |
| XYZ | 15.63 | 12.11 | 63.8 | - |
| YUV | 79.09 | 203 | 76.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 90 | 212 | 0.97 | 0.58 | 0 | 0.17 | 215.71 | 0.94 | 0.43 |
| Hex | 7 | 5A | D4 | 61 | 3A | 0 | 11 | D8 | 5E | 2B |
| Octal | 7 | 132 | 324 | 141 | 72 | 0 | 21 | 330 | 136 | 53 |
| Binary | 111 | 1011010 | 11010100 | 1100001 | 111010 | 0 | 10001 | 11011000 | 1011110 | 101011 |
Color Harmonies of #075AD4
Complementary color
Monochromatic Colors of #075AD4
Black with #075AD4
Text Example
Text Example
White with #075AD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #075AD4; }
p { color: rgb(7,90,212); }
H1.HeaderClassName
{
color: #075AD4;
}
.AnyTagClassName
{
color: #075AD4;
}
</style>
background-color css
<style>
a { background-color: #075AD4; }
a { background-color: rgb(7,90,212); }
div.DivClassName
{
background-color: #075AD4;
}
.BgClassName
{
background-color: #075AD4;
}
</style>
border-color css
<style>
span { border-color: #075AD4; }
span { border-color: rgb(7,90,212); }
td.TdClassName
{
border-color: #075AD4;
}
.TagClassName
{
border-color: #075AD4;
}
</style>