Shades of Navy Blue #075DCB
Tints of Navy Blue #075DCB
RGB
CMYK
RGB Variations
Color information
#075DCB (or 0x075DCB) is known color: Navy Blue. HEX triplet: 07, 5D and CB. RGB value is (7,93,203). Sum of RGB (Red+Green+Blue) = 7+93+203=303 (40% of max value = 765). Red value is 7 (3.12% from 255 or 2.31% from 303); Green value is 93 (36.72% from 255 or 30.69% from 303); Blue value is 203 (79.69% from 255 or 67.00% from 303); Max value from RGB is 203 - color contains mainly: blue. Hex color #075DCB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #075DCB is #F8A234. Grayscale: #4F4F4F. Windows color (decimal): -16294453 or 13327623. OLE color: 13327623.
HSL color Cylindrical-coordinate representation of color #075DCB: hue angle of 213.67º degrees, saturation: 0.93, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #075DCB is Cyan = 0.97, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 7 | 93 | 203 | - |
| CMYK | 0.97 | 0.54 | 0 | 0.20 |
| HSL | 213.67º | 0.93% | 0.41% | - |
| HSV(B) | 213.67º | 0.97% | 0.8% | - |
| XYZ | 14.78 | 12.19 | 58.07 | - |
| YUV | 79.83 | 197.51 | 76.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 93 | 203 | 0.97 | 0.54 | 0 | 0.20 | 213.67 | 0.93 | 0.41 |
| Hex | 7 | 5D | CB | 61 | 36 | 0 | 14 | D6 | 5D | 29 |
| Octal | 7 | 135 | 313 | 141 | 66 | 0 | 24 | 326 | 135 | 51 |
| Binary | 111 | 1011101 | 11001011 | 1100001 | 110110 | 0 | 10100 | 11010110 | 1011101 | 101001 |
Color Harmonies of #075DCB
Complementary color
Monochromatic Colors of #075DCB
Black with #075DCB
Text Example
Text Example
White with #075DCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #075DCB; }
p { color: rgb(7,93,203); }
H1.HeaderClassName
{
color: #075DCB;
}
.AnyTagClassName
{
color: #075DCB;
}
</style>
background-color css
<style>
a { background-color: #075DCB; }
a { background-color: rgb(7,93,203); }
div.DivClassName
{
background-color: #075DCB;
}
.BgClassName
{
background-color: #075DCB;
}
</style>
border-color css
<style>
span { border-color: #075DCB; }
span { border-color: rgb(7,93,203); }
td.TdClassName
{
border-color: #075DCB;
}
.TagClassName
{
border-color: #075DCB;
}
</style>