Shades of Sherpa Blue #073B4D
Tints of Sherpa Blue #073B4D
RGB
CMYK
RGB Variations
Color information
#073B4D (or 0x073B4D) is known color: Sherpa Blue. HEX triplet: 07, 3B and 4D. RGB value is (7,59,77). Sum of RGB (Red+Green+Blue) = 7+59+77=143 (18% of max value = 765). Red value is 7 (3.12% from 255 or 4.90% from 143); Green value is 59 (23.44% from 255 or 41.26% from 143); Blue value is 77 (30.47% from 255 or 53.85% from 143); Max value from RGB is 77 - color contains mainly: blue. Hex color #073B4D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #073B4D is #F8C4B2. Grayscale: #2D2D2D. Windows color (decimal): -16303283 or 5061383. OLE color: 5061383.
HSL color Cylindrical-coordinate representation of color #073B4D: hue angle of 195.43º degrees, saturation: 0.83, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #073B4D is Cyan = 0.91, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 7 | 59 | 77 | - |
| CMYK | 0.91 | 0.23 | 0 | 0.70 |
| HSL | 195.43º | 0.83% | 0.16% | - |
| HSV(B) | 195.43º | 0.91% | 0.3% | - |
| XYZ | 2.99 | 3.71 | 7.58 | - |
| YUV | 45.5 | 145.77 | 100.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 59 | 77 | 0.91 | 0.23 | 0 | 0.70 | 195.43 | 0.83 | 0.16 |
| Hex | 7 | 3B | 4D | 5B | 17 | 0 | 46 | C3 | 53 | 10 |
| Octal | 7 | 73 | 115 | 133 | 27 | 0 | 106 | 303 | 123 | 20 |
| Binary | 111 | 111011 | 1001101 | 1011011 | 10111 | 0 | 1000110 | 11000011 | 1010011 | 10000 |
Color Harmonies of #073B4D
Complementary color
Monochromatic Colors of #073B4D
Black with #073B4D
Text Example
Text Example
White with #073B4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #073B4D; }
p { color: rgb(7,59,77); }
H1.HeaderClassName
{
color: #073B4D;
}
.AnyTagClassName
{
color: #073B4D;
}
</style>
background-color css
<style>
a { background-color: #073B4D; }
a { background-color: rgb(7,59,77); }
div.DivClassName
{
background-color: #073B4D;
}
.BgClassName
{
background-color: #073B4D;
}
</style>
border-color css
<style>
span { border-color: #073B4D; }
span { border-color: rgb(7,59,77); }
td.TdClassName
{
border-color: #073B4D;
}
.TagClassName
{
border-color: #073B4D;
}
</style>