Shades of Sherpa Blue #074353
Tints of Sherpa Blue #074353
RGB
CMYK
RGB Variations
Color information
#074353 (or 0x074353) is known color: Sherpa Blue. HEX triplet: 07, 43 and 53. RGB value is (7,67,83). Sum of RGB (Red+Green+Blue) = 7+67+83=157 (20% of max value = 765). Red value is 7 (3.12% from 255 or 4.46% from 157); Green value is 67 (26.56% from 255 or 42.68% from 157); Blue value is 83 (32.81% from 255 or 52.87% from 157); Max value from RGB is 83 - color contains mainly: blue. Hex color #074353 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #074353 is #F8BCAC. Grayscale: #323232. Windows color (decimal): -16301229 or 5456647. OLE color: 5456647.
HSL color Cylindrical-coordinate representation of color #074353: hue angle of 192.63º degrees, saturation: 0.84, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #074353 is Cyan = 0.92, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 7 | 67 | 83 | - |
| CMYK | 0.92 | 0.19 | 0 | 0.67 |
| HSL | 192.63º | 0.84% | 0.18% | - |
| HSV(B) | 192.63º | 0.92% | 0.33% | - |
| XYZ | 3.66 | 4.68 | 8.9 | - |
| YUV | 50.88 | 146.12 | 96.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 67 | 83 | 0.92 | 0.19 | 0 | 0.67 | 192.63 | 0.84 | 0.18 |
| Hex | 7 | 43 | 53 | 5C | 13 | 0 | 43 | C1 | 54 | 12 |
| Octal | 7 | 103 | 123 | 134 | 23 | 0 | 103 | 301 | 124 | 22 |
| Binary | 111 | 1000011 | 1010011 | 1011100 | 10011 | 0 | 1000011 | 11000001 | 1010100 | 10010 |
Color Harmonies of #074353
Complementary color
Monochromatic Colors of #074353
Black with #074353
Text Example
Text Example
White with #074353
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #074353; }
p { color: rgb(7,67,83); }
H1.HeaderClassName
{
color: #074353;
}
.AnyTagClassName
{
color: #074353;
}
</style>
background-color css
<style>
a { background-color: #074353; }
a { background-color: rgb(7,67,83); }
div.DivClassName
{
background-color: #074353;
}
.BgClassName
{
background-color: #074353;
}
</style>
border-color css
<style>
span { border-color: #074353; }
span { border-color: rgb(7,67,83); }
td.TdClassName
{
border-color: #074353;
}
.TagClassName
{
border-color: #074353;
}
</style>