Shades of Navy Blue #075FDC
Tints of Navy Blue #075FDC
RGB
CMYK
RGB Variations
Color information
#075FDC (or 0x075FDC) is known color: Navy Blue. HEX triplet: 07, 5F and DC. RGB value is (7,95,220). Sum of RGB (Red+Green+Blue) = 7+95+220=322 (42% of max value = 765). Red value is 7 (3.12% from 255 or 2.17% from 322); Green value is 95 (37.5% from 255 or 29.50% from 322); Blue value is 220 (86.33% from 255 or 68.32% from 322); Max value from RGB is 220 - color contains mainly: blue. Hex color #075FDC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #075FDC is #F8A023. Grayscale: #525252. Windows color (decimal): -16293924 or 14442247. OLE color: 14442247.
HSL color Cylindrical-coordinate representation of color #075FDC: hue angle of 215.21º degrees, saturation: 0.94, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #075FDC is Cyan = 0.97, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 7 | 95 | 220 | - |
| CMYK | 0.97 | 0.57 | 0 | 0.14 |
| HSL | 215.21º | 0.94% | 0.45% | - |
| HSV(B) | 215.21º | 0.97% | 0.86% | - |
| XYZ | 17.1 | 13.4 | 69.39 | - |
| YUV | 82.94 | 205.35 | 73.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 95 | 220 | 0.97 | 0.57 | 0 | 0.14 | 215.21 | 0.94 | 0.45 |
| Hex | 7 | 5F | DC | 61 | 39 | 0 | E | D7 | 5E | 2D |
| Octal | 7 | 137 | 334 | 141 | 71 | 0 | 16 | 327 | 136 | 55 |
| Binary | 111 | 1011111 | 11011100 | 1100001 | 111001 | 0 | 1110 | 11010111 | 1011110 | 101101 |
Color Harmonies of #075FDC
Complementary color
Monochromatic Colors of #075FDC
Black with #075FDC
Text Example
Text Example
White with #075FDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #075FDC; }
p { color: rgb(7,95,220); }
H1.HeaderClassName
{
color: #075FDC;
}
.AnyTagClassName
{
color: #075FDC;
}
</style>
background-color css
<style>
a { background-color: #075FDC; }
a { background-color: rgb(7,95,220); }
div.DivClassName
{
background-color: #075FDC;
}
.BgClassName
{
background-color: #075FDC;
}
</style>
border-color css
<style>
span { border-color: #075FDC; }
span { border-color: rgb(7,95,220); }
td.TdClassName
{
border-color: #075FDC;
}
.TagClassName
{
border-color: #075FDC;
}
</style>