Shades of Navy Blue #075EDB
Tints of Navy Blue #075EDB
RGB
CMYK
RGB Variations
Color information
#075EDB (or 0x075EDB) is known color: Navy Blue. HEX triplet: 07, 5E and DB. RGB value is (7,94,219). Sum of RGB (Red+Green+Blue) = 7+94+219=320 (42% of max value = 765). Red value is 7 (3.12% from 255 or 2.19% from 320); Green value is 94 (37.11% from 255 or 29.38% from 320); Blue value is 219 (85.94% from 255 or 68.44% from 320); Max value from RGB is 219 - color contains mainly: blue. Hex color #075EDB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #075EDB is #F8A124. Grayscale: #515151. Windows color (decimal): -16294181 or 14376455. OLE color: 14376455.
HSL color Cylindrical-coordinate representation of color #075EDB: hue angle of 215.38º 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 #075EDB is Cyan = 0.97, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 7 | 94 | 219 | - |
| CMYK | 0.97 | 0.57 | 0 | 0.14 |
| HSL | 215.38º | 0.94% | 0.44% | - |
| HSV(B) | 215.38º | 0.97% | 0.86% | - |
| XYZ | 16.88 | 13.17 | 68.67 | - |
| YUV | 82.24 | 205.18 | 74.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 94 | 219 | 0.97 | 0.57 | 0 | 0.14 | 215.38 | 0.94 | 0.44 |
| Hex | 7 | 5E | DB | 61 | 39 | 0 | E | D7 | 5E | 2C |
| Octal | 7 | 136 | 333 | 141 | 71 | 0 | 16 | 327 | 136 | 54 |
| Binary | 111 | 1011110 | 11011011 | 1100001 | 111001 | 0 | 1110 | 11010111 | 1011110 | 101100 |
Color Harmonies of #075EDB
Complementary color
Monochromatic Colors of #075EDB
Black with #075EDB
Text Example
Text Example
White with #075EDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #075EDB; }
p { color: rgb(7,94,219); }
H1.HeaderClassName
{
color: #075EDB;
}
.AnyTagClassName
{
color: #075EDB;
}
</style>
background-color css
<style>
a { background-color: #075EDB; }
a { background-color: rgb(7,94,219); }
div.DivClassName
{
background-color: #075EDB;
}
.BgClassName
{
background-color: #075EDB;
}
</style>
border-color css
<style>
span { border-color: #075EDB; }
span { border-color: rgb(7,94,219); }
td.TdClassName
{
border-color: #075EDB;
}
.TagClassName
{
border-color: #075EDB;
}
</style>