Shades of Navy Blue #075DDE
Tints of Navy Blue #075DDE
RGB
CMYK
RGB Variations
Color information
#075DDE (or 0x075DDE) is known color: Navy Blue. HEX triplet: 07, 5D and DE. RGB value is (7,93,222). Sum of RGB (Red+Green+Blue) = 7+93+222=322 (42% of max value = 765). Red value is 7 (3.12% from 255 or 2.17% from 322); Green value is 93 (36.72% from 255 or 28.88% from 322); Blue value is 222 (87.11% from 255 or 68.94% from 322); Max value from RGB is 222 - color contains mainly: blue. Hex color #075DDE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #075DDE is #F8A221. Grayscale: #515151. Windows color (decimal): -16294434 or 14572807. OLE color: 14572807.
HSL color Cylindrical-coordinate representation of color #075DDE: hue angle of 216º 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 #075DDE is Cyan = 0.97, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 7 | 93 | 222 | - |
| CMYK | 0.97 | 0.58 | 0 | 0.13 |
| HSL | 216º | 0.94% | 0.45% | - |
| HSV(B) | 216º | 0.97% | 0.87% | - |
| XYZ | 17.19 | 13.15 | 70.74 | - |
| YUV | 81.99 | 207.01 | 74.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 93 | 222 | 0.97 | 0.58 | 0 | 0.13 | 216 | 0.94 | 0.45 |
| Hex | 7 | 5D | DE | 61 | 3A | 0 | D | D8 | 5E | 2D |
| Octal | 7 | 135 | 336 | 141 | 72 | 0 | 15 | 330 | 136 | 55 |
| Binary | 111 | 1011101 | 11011110 | 1100001 | 111010 | 0 | 1101 | 11011000 | 1011110 | 101101 |
Color Harmonies of #075DDE
Complementary color
Monochromatic Colors of #075DDE
Black with #075DDE
Text Example
Text Example
White with #075DDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #075DDE; }
p { color: rgb(7,93,222); }
H1.HeaderClassName
{
color: #075DDE;
}
.AnyTagClassName
{
color: #075DDE;
}
</style>
background-color css
<style>
a { background-color: #075DDE; }
a { background-color: rgb(7,93,222); }
div.DivClassName
{
background-color: #075DDE;
}
.BgClassName
{
background-color: #075DDE;
}
</style>
border-color css
<style>
span { border-color: #075DDE; }
span { border-color: rgb(7,93,222); }
td.TdClassName
{
border-color: #075DDE;
}
.TagClassName
{
border-color: #075DDE;
}
</style>