Shades of Sherpa Blue #073B4A
Tints of Sherpa Blue #073B4A
RGB
CMYK
RGB Variations
Color information
#073B4A (or 0x073B4A) is known color: Sherpa Blue. HEX triplet: 07, 3B and 4A. RGB value is (7,59,74). Sum of RGB (Red+Green+Blue) = 7+59+74=140 (18% of max value = 765). Red value is 7 (3.12% from 255 or 5% from 140); Green value is 59 (23.44% from 255 or 42.14% from 140); Blue value is 74 (29.30% from 255 or 52.86% from 140); Max value from RGB is 74 - color contains mainly: blue. Hex color #073B4A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #073B4A is #F8C4B5. Grayscale: #2D2D2D. Windows color (decimal): -16303286 or 4864775. OLE color: 4864775.
HSL color Cylindrical-coordinate representation of color #073B4A: hue angle of 193.43º degrees, saturation: 0.83, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #073B4A is Cyan = 0.91, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 7 | 59 | 74 | - |
| CMYK | 0.91 | 0.20 | 0 | 0.71 |
| HSL | 193.43º | 0.83% | 0.16% | - |
| HSV(B) | 193.43º | 0.91% | 0.29% | - |
| XYZ | 2.89 | 3.67 | 7.03 | - |
| YUV | 45.16 | 144.27 | 100.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 59 | 74 | 0.91 | 0.20 | 0 | 0.71 | 193.43 | 0.83 | 0.16 |
| Hex | 7 | 3B | 4A | 5B | 14 | 0 | 47 | C1 | 53 | 10 |
| Octal | 7 | 73 | 112 | 133 | 24 | 0 | 107 | 301 | 123 | 20 |
| Binary | 111 | 111011 | 1001010 | 1011011 | 10100 | 0 | 1000111 | 11000001 | 1010011 | 10000 |
Color Harmonies of #073B4A
Complementary color
Monochromatic Colors of #073B4A
Black with #073B4A
Text Example
Text Example
White with #073B4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #073B4A; }
p { color: rgb(7,59,74); }
H1.HeaderClassName
{
color: #073B4A;
}
.AnyTagClassName
{
color: #073B4A;
}
</style>
background-color css
<style>
a { background-color: #073B4A; }
a { background-color: rgb(7,59,74); }
div.DivClassName
{
background-color: #073B4A;
}
.BgClassName
{
background-color: #073B4A;
}
</style>
border-color css
<style>
span { border-color: #073B4A; }
span { border-color: rgb(7,59,74); }
td.TdClassName
{
border-color: #073B4A;
}
.TagClassName
{
border-color: #073B4A;
}
</style>