Shades of Navy Blue #075BDA
Tints of Navy Blue #075BDA
RGB
CMYK
RGB Variations
Color information
#075BDA (or 0x075BDA) is known color: Navy Blue. HEX triplet: 07, 5B and DA. RGB value is (7,91,218). Sum of RGB (Red+Green+Blue) = 7+91+218=316 (41% of max value = 765). Red value is 7 (3.12% from 255 or 2.22% from 316); Green value is 91 (35.94% from 255 or 28.80% from 316); Blue value is 218 (85.55% from 255 or 68.99% from 316); Max value from RGB is 218 - color contains mainly: blue. Hex color #075BDA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #075BDA is #F8A425. Grayscale: #4F4F4F. Windows color (decimal): -16294950 or 14310151. OLE color: 14310151.
HSL color Cylindrical-coordinate representation of color #075BDA: hue angle of 216.11º degrees, saturation: 0.94, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #075BDA is Cyan = 0.97, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 7 | 91 | 218 | - |
| CMYK | 0.97 | 0.58 | 0 | 0.15 |
| HSL | 216.11º | 0.94% | 0.44% | - |
| HSV(B) | 216.11º | 0.97% | 0.85% | - |
| XYZ | 16.48 | 12.59 | 67.89 | - |
| YUV | 80.36 | 205.67 | 75.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 91 | 218 | 0.97 | 0.58 | 0 | 0.15 | 216.11 | 0.94 | 0.44 |
| Hex | 7 | 5B | DA | 61 | 3A | 0 | F | D8 | 5E | 2C |
| Octal | 7 | 133 | 332 | 141 | 72 | 0 | 17 | 330 | 136 | 54 |
| Binary | 111 | 1011011 | 11011010 | 1100001 | 111010 | 0 | 1111 | 11011000 | 1011110 | 101100 |
Color Harmonies of #075BDA
Complementary color
Monochromatic Colors of #075BDA
Black with #075BDA
Text Example
Text Example
White with #075BDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #075BDA; }
p { color: rgb(7,91,218); }
H1.HeaderClassName
{
color: #075BDA;
}
.AnyTagClassName
{
color: #075BDA;
}
</style>
background-color css
<style>
a { background-color: #075BDA; }
a { background-color: rgb(7,91,218); }
div.DivClassName
{
background-color: #075BDA;
}
.BgClassName
{
background-color: #075BDA;
}
</style>
border-color css
<style>
span { border-color: #075BDA; }
span { border-color: rgb(7,91,218); }
td.TdClassName
{
border-color: #075BDA;
}
.TagClassName
{
border-color: #075BDA;
}
</style>