Shades of Navy Blue #075BDB
Tints of Navy Blue #075BDB
RGB
CMYK
RGB Variations
Color information
#075BDB (or 0x075BDB) is known color: Navy Blue. HEX triplet: 07, 5B and DB. RGB value is (7,91,219). Sum of RGB (Red+Green+Blue) = 7+91+219=317 (41% of max value = 765). Red value is 7 (3.12% from 255 or 2.21% from 317); Green value is 91 (35.94% from 255 or 28.71% from 317); Blue value is 219 (85.94% from 255 or 69.09% from 317); Max value from RGB is 219 - color contains mainly: blue. Hex color #075BDB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #075BDB is #F8A424. Grayscale: #4F4F4F. Windows color (decimal): -16294949 or 14375687. OLE color: 14375687.
HSL color Cylindrical-coordinate representation of color #075BDB: hue angle of 216.23º degrees, saturation: 0.94, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #075BDB is Cyan = 0.97, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 7 | 91 | 219 | - |
| CMYK | 0.97 | 0.58 | 0 | 0.14 |
| HSL | 216.23º | 0.94% | 0.44% | - |
| HSV(B) | 216.23º | 0.97% | 0.86% | - |
| XYZ | 16.61 | 12.64 | 68.58 | - |
| YUV | 80.48 | 206.17 | 75.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 91 | 219 | 0.97 | 0.58 | 0 | 0.14 | 216.23 | 0.94 | 0.44 |
| Hex | 7 | 5B | DB | 61 | 3A | 0 | E | D8 | 5E | 2C |
| Octal | 7 | 133 | 333 | 141 | 72 | 0 | 16 | 330 | 136 | 54 |
| Binary | 111 | 1011011 | 11011011 | 1100001 | 111010 | 0 | 1110 | 11011000 | 1011110 | 101100 |
Color Harmonies of #075BDB
Complementary color
Monochromatic Colors of #075BDB
Black with #075BDB
Text Example
Text Example
White with #075BDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #075BDB; }
p { color: rgb(7,91,219); }
H1.HeaderClassName
{
color: #075BDB;
}
.AnyTagClassName
{
color: #075BDB;
}
</style>
background-color css
<style>
a { background-color: #075BDB; }
a { background-color: rgb(7,91,219); }
div.DivClassName
{
background-color: #075BDB;
}
.BgClassName
{
background-color: #075BDB;
}
</style>
border-color css
<style>
span { border-color: #075BDB; }
span { border-color: rgb(7,91,219); }
td.TdClassName
{
border-color: #075BDB;
}
.TagClassName
{
border-color: #075BDB;
}
</style>