Shades of Navy Blue #075BCD
Tints of Navy Blue #075BCD
RGB
CMYK
RGB Variations
Color information
#075BCD (or 0x075BCD) is known color: Navy Blue. HEX triplet: 07, 5B and CD. RGB value is (7,91,205). Sum of RGB (Red+Green+Blue) = 7+91+205=303 (40% of max value = 765). Red value is 7 (3.12% from 255 or 2.31% from 303); Green value is 91 (35.94% from 255 or 30.03% from 303); Blue value is 205 (80.47% from 255 or 67.66% from 303); Max value from RGB is 205 - color contains mainly: blue. Hex color #075BCD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #075BCD is #F8A432. Grayscale: #4E4E4E. Windows color (decimal): -16294963 or 13458183. OLE color: 13458183.
HSL color Cylindrical-coordinate representation of color #075BCD: hue angle of 214.55º 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 #075BCD is Cyan = 0.97, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 7 | 91 | 205 | - |
| CMYK | 0.97 | 0.56 | 0 | 0.20 |
| HSL | 214.55º | 0.93% | 0.42% | - |
| HSV(B) | 214.55º | 0.97% | 0.8% | - |
| XYZ | 14.85 | 11.94 | 59.28 | - |
| YUV | 78.88 | 199.17 | 76.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 91 | 205 | 0.97 | 0.56 | 0 | 0.20 | 214.55 | 0.93 | 0.42 |
| Hex | 7 | 5B | CD | 61 | 38 | 0 | 14 | D7 | 5D | 2A |
| Octal | 7 | 133 | 315 | 141 | 70 | 0 | 24 | 327 | 135 | 52 |
| Binary | 111 | 1011011 | 11001101 | 1100001 | 111000 | 0 | 10100 | 11010111 | 1011101 | 101010 |
Color Harmonies of #075BCD
Complementary color
Monochromatic Colors of #075BCD
Black with #075BCD
Text Example
Text Example
White with #075BCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #075BCD; }
p { color: rgb(7,91,205); }
H1.HeaderClassName
{
color: #075BCD;
}
.AnyTagClassName
{
color: #075BCD;
}
</style>
background-color css
<style>
a { background-color: #075BCD; }
a { background-color: rgb(7,91,205); }
div.DivClassName
{
background-color: #075BCD;
}
.BgClassName
{
background-color: #075BCD;
}
</style>
border-color css
<style>
span { border-color: #075BCD; }
span { border-color: rgb(7,91,205); }
td.TdClassName
{
border-color: #075BCD;
}
.TagClassName
{
border-color: #075BCD;
}
</style>