Shades of Sherpa Blue #07424B
Tints of Sherpa Blue #07424B
RGB
CMYK
RGB Variations
Color information
#07424B (or 0x07424B) is known color: Sherpa Blue. HEX triplet: 07, 42 and 4B. RGB value is (7,66,75). Sum of RGB (Red+Green+Blue) = 7+66+75=148 (19% of max value = 765). Red value is 7 (3.12% from 255 or 4.73% from 148); Green value is 66 (26.17% from 255 or 44.59% from 148); Blue value is 75 (29.69% from 255 or 50.68% from 148); Max value from RGB is 75 - color contains mainly: blue. Hex color #07424B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #07424B is #F8BDB4. Grayscale: #313131. Windows color (decimal): -16301493 or 4932103. OLE color: 4932103.
HSL color Cylindrical-coordinate representation of color #07424B: hue angle of 187.94º 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 #07424B is Cyan = 0.91, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 7 | 66 | 75 | - |
| CMYK | 0.91 | 0.12 | 0 | 0.71 |
| HSL | 187.94º | 0.83% | 0.16% | - |
| HSV(B) | 187.94º | 0.91% | 0.29% | - |
| XYZ | 3.31 | 4.45 | 7.34 | - |
| YUV | 49.39 | 142.45 | 97.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 66 | 75 | 0.91 | 0.12 | 0 | 0.71 | 187.94 | 0.83 | 0.16 |
| Hex | 7 | 42 | 4B | 5B | C | 0 | 47 | BC | 53 | 10 |
| Octal | 7 | 102 | 113 | 133 | 14 | 0 | 107 | 274 | 123 | 20 |
| Binary | 111 | 1000010 | 1001011 | 1011011 | 1100 | 0 | 1000111 | 10111100 | 1010011 | 10000 |
Color Harmonies of #07424B
Complementary color
Monochromatic Colors of #07424B
Black with #07424B
Text Example
Text Example
White with #07424B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07424B; }
p { color: rgb(7,66,75); }
H1.HeaderClassName
{
color: #07424B;
}
.AnyTagClassName
{
color: #07424B;
}
</style>
background-color css
<style>
a { background-color: #07424B; }
a { background-color: rgb(7,66,75); }
div.DivClassName
{
background-color: #07424B;
}
.BgClassName
{
background-color: #07424B;
}
</style>
border-color css
<style>
span { border-color: #07424B; }
span { border-color: rgb(7,66,75); }
td.TdClassName
{
border-color: #07424B;
}
.TagClassName
{
border-color: #07424B;
}
</style>