Shades of Navy Blue #075DC3
Tints of Navy Blue #075DC3
RGB
CMYK
RGB Variations
Color information
#075DC3 (or 0x075DC3) is known color: Navy Blue. HEX triplet: 07, 5D and C3. RGB value is (7,93,195). Sum of RGB (Red+Green+Blue) = 7+93+195=295 (39% of max value = 765). Red value is 7 (3.12% from 255 or 2.37% from 295); Green value is 93 (36.72% from 255 or 31.53% from 295); Blue value is 195 (76.56% from 255 or 66.10% from 295); Max value from RGB is 195 - color contains mainly: blue. Hex color #075DC3 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #075DC3 is #F8A23C. Grayscale: #4E4E4E. Windows color (decimal): -16294461 or 12803335. OLE color: 12803335.
HSL color Cylindrical-coordinate representation of color #075DC3: hue angle of 212.55º degrees, saturation: 0.93, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #075DC3 is Cyan = 0.96, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 7 | 93 | 195 | - |
| CMYK | 0.96 | 0.52 | 0 | 0.24 |
| HSL | 212.55º | 0.93% | 0.4% | - |
| HSV(B) | 212.55º | 0.96% | 0.76% | - |
| XYZ | 13.85 | 11.81 | 53.18 | - |
| YUV | 78.91 | 193.51 | 76.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 93 | 195 | 0.96 | 0.52 | 0 | 0.24 | 212.55 | 0.93 | 0.4 |
| Hex | 7 | 5D | C3 | 60 | 34 | 0 | 18 | D5 | 5D | 28 |
| Octal | 7 | 135 | 303 | 140 | 64 | 0 | 30 | 325 | 135 | 50 |
| Binary | 111 | 1011101 | 11000011 | 1100000 | 110100 | 0 | 11000 | 11010101 | 1011101 | 101000 |
Color Harmonies of #075DC3
Complementary color
Monochromatic Colors of #075DC3
Black with #075DC3
Text Example
Text Example
White with #075DC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #075DC3; }
p { color: rgb(7,93,195); }
H1.HeaderClassName
{
color: #075DC3;
}
.AnyTagClassName
{
color: #075DC3;
}
</style>
background-color css
<style>
a { background-color: #075DC3; }
a { background-color: rgb(7,93,195); }
div.DivClassName
{
background-color: #075DC3;
}
.BgClassName
{
background-color: #075DC3;
}
</style>
border-color css
<style>
span { border-color: #075DC3; }
span { border-color: rgb(7,93,195); }
td.TdClassName
{
border-color: #075DC3;
}
.TagClassName
{
border-color: #075DC3;
}
</style>