Shades of Navy Blue #075DCD
Tints of Navy Blue #075DCD
RGB
CMYK
RGB Variations
Color information
#075DCD (or 0x075DCD) is known color: Navy Blue. HEX triplet: 07, 5D and CD. RGB value is (7,93,205). Sum of RGB (Red+Green+Blue) = 7+93+205=305 (40% of max value = 765). Red value is 7 (3.12% from 255 or 2.30% from 305); Green value is 93 (36.72% from 255 or 30.49% from 305); Blue value is 205 (80.47% from 255 or 67.21% from 305); Max value from RGB is 205 - color contains mainly: blue. Hex color #075DCD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #075DCD is #F8A232. Grayscale: #4F4F4F. Windows color (decimal): -16294451 or 13458695. OLE color: 13458695.
HSL color Cylindrical-coordinate representation of color #075DCD: hue angle of 213.94º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #075DCD is Cyan = 0.97, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 7 | 93 | 205 | - |
| CMYK | 0.97 | 0.55 | 0 | 0.20 |
| HSL | 213.94º | 0.93% | 0.42% | - |
| HSV(B) | 213.94º | 0.97% | 0.8% | - |
| XYZ | 15.02 | 12.28 | 59.34 | - |
| YUV | 80.05 | 198.51 | 75.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 93 | 205 | 0.97 | 0.55 | 0 | 0.20 | 213.94 | 0.93 | 0.42 |
| Hex | 7 | 5D | CD | 61 | 37 | 0 | 14 | D6 | 5D | 2A |
| Octal | 7 | 135 | 315 | 141 | 67 | 0 | 24 | 326 | 135 | 52 |
| Binary | 111 | 1011101 | 11001101 | 1100001 | 110111 | 0 | 10100 | 11010110 | 1011101 | 101010 |
Color Harmonies of #075DCD
Complementary color
Monochromatic Colors of #075DCD
Black with #075DCD
Text Example
Text Example
White with #075DCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #075DCD; }
p { color: rgb(7,93,205); }
H1.HeaderClassName
{
color: #075DCD;
}
.AnyTagClassName
{
color: #075DCD;
}
</style>
background-color css
<style>
a { background-color: #075DCD; }
a { background-color: rgb(7,93,205); }
div.DivClassName
{
background-color: #075DCD;
}
.BgClassName
{
background-color: #075DCD;
}
</style>
border-color css
<style>
span { border-color: #075DCD; }
span { border-color: rgb(7,93,205); }
td.TdClassName
{
border-color: #075DCD;
}
.TagClassName
{
border-color: #075DCD;
}
</style>