Shades of Navy Blue #075BDE
Tints of Navy Blue #075BDE
RGB
CMYK
RGB Variations
Color information
#075BDE (or 0x075BDE) is known color: Navy Blue. HEX triplet: 07, 5B and DE. RGB value is (7,91,222). Sum of RGB (Red+Green+Blue) = 7+91+222=320 (42% of max value = 765). Red value is 7 (3.12% from 255 or 2.19% from 320); Green value is 91 (35.94% from 255 or 28.44% from 320); Blue value is 222 (87.11% from 255 or 69.38% from 320); Max value from RGB is 222 - color contains mainly: blue. Hex color #075BDE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #075BDE is #F8A421. Grayscale: #505050. Windows color (decimal): -16294946 or 14572295. OLE color: 14572295.
HSL color Cylindrical-coordinate representation of color #075BDE: hue angle of 216.56º 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 #075BDE is Cyan = 0.97, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 7 | 91 | 222 | - |
| CMYK | 0.97 | 0.59 | 0 | 0.13 |
| HSL | 216.56º | 0.94% | 0.45% | - |
| HSV(B) | 216.56º | 0.97% | 0.87% | - |
| XYZ | 17.01 | 12.8 | 70.68 | - |
| YUV | 80.82 | 207.67 | 75.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 91 | 222 | 0.97 | 0.59 | 0 | 0.13 | 216.56 | 0.94 | 0.45 |
| Hex | 7 | 5B | DE | 61 | 3B | 0 | D | D9 | 5E | 2D |
| Octal | 7 | 133 | 336 | 141 | 73 | 0 | 15 | 331 | 136 | 55 |
| Binary | 111 | 1011011 | 11011110 | 1100001 | 111011 | 0 | 1101 | 11011001 | 1011110 | 101101 |
Color Harmonies of #075BDE
Complementary color
Monochromatic Colors of #075BDE
Black with #075BDE
Text Example
Text Example
White with #075BDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #075BDE; }
p { color: rgb(7,91,222); }
H1.HeaderClassName
{
color: #075BDE;
}
.AnyTagClassName
{
color: #075BDE;
}
</style>
background-color css
<style>
a { background-color: #075BDE; }
a { background-color: rgb(7,91,222); }
div.DivClassName
{
background-color: #075BDE;
}
.BgClassName
{
background-color: #075BDE;
}
</style>
border-color css
<style>
span { border-color: #075BDE; }
span { border-color: rgb(7,91,222); }
td.TdClassName
{
border-color: #075BDE;
}
.TagClassName
{
border-color: #075BDE;
}
</style>