Shades of Sherpa Blue #07424A
Tints of Sherpa Blue #07424A
RGB
CMYK
RGB Variations
Color information
#07424A (or 0x07424A) is known color: Sherpa Blue. HEX triplet: 07, 42 and 4A. RGB value is (7,66,74). Sum of RGB (Red+Green+Blue) = 7+66+74=147 (19% of max value = 765). Red value is 7 (3.12% from 255 or 4.76% from 147); Green value is 66 (26.17% from 255 or 44.90% from 147); Blue value is 74 (29.30% from 255 or 50.34% from 147); Max value from RGB is 74 - color contains mainly: blue. Hex color #07424A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #07424A is #F8BDB5. Grayscale: #313131. Windows color (decimal): -16301494 or 4866567. OLE color: 4866567.
HSL color Cylindrical-coordinate representation of color #07424A: hue angle of 187.16º 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 #07424A is Cyan = 0.91, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 7 | 66 | 74 | - |
| CMYK | 0.91 | 0.11 | 0 | 0.71 |
| HSL | 187.16º | 0.83% | 0.16% | - |
| HSV(B) | 187.16º | 0.91% | 0.29% | - |
| XYZ | 3.27 | 4.44 | 7.16 | - |
| YUV | 49.27 | 141.95 | 97.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 66 | 74 | 0.91 | 0.11 | 0 | 0.71 | 187.16 | 0.83 | 0.16 |
| Hex | 7 | 42 | 4A | 5B | B | 0 | 47 | BB | 53 | 10 |
| Octal | 7 | 102 | 112 | 133 | 13 | 0 | 107 | 273 | 123 | 20 |
| Binary | 111 | 1000010 | 1001010 | 1011011 | 1011 | 0 | 1000111 | 10111011 | 1010011 | 10000 |
Color Harmonies of #07424A
Complementary color
Monochromatic Colors of #07424A
Black with #07424A
Text Example
Text Example
White with #07424A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07424A; }
p { color: rgb(7,66,74); }
H1.HeaderClassName
{
color: #07424A;
}
.AnyTagClassName
{
color: #07424A;
}
</style>
background-color css
<style>
a { background-color: #07424A; }
a { background-color: rgb(7,66,74); }
div.DivClassName
{
background-color: #07424A;
}
.BgClassName
{
background-color: #07424A;
}
</style>
border-color css
<style>
span { border-color: #07424A; }
span { border-color: rgb(7,66,74); }
td.TdClassName
{
border-color: #07424A;
}
.TagClassName
{
border-color: #07424A;
}
</style>