Shades of Sherpa Blue #07434B
Tints of Sherpa Blue #07434B
RGB
CMYK
RGB Variations
Color information
#07434B (or 0x07434B) is known color: Sherpa Blue. HEX triplet: 07, 43 and 4B. RGB value is (7,67,75). Sum of RGB (Red+Green+Blue) = 7+67+75=149 (19% of max value = 765). Red value is 7 (3.12% from 255 or 4.70% from 149); Green value is 67 (26.56% from 255 or 44.97% from 149); Blue value is 75 (29.69% from 255 or 50.34% from 149); Max value from RGB is 75 - color contains mainly: blue. Hex color #07434B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #07434B is #F8BCB4. Grayscale: #313131. Windows color (decimal): -16301237 or 4932359. OLE color: 4932359.
HSL color Cylindrical-coordinate representation of color #07434B: hue angle of 187.06º 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 #07434B is Cyan = 0.91, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 7 | 67 | 75 | - |
| CMYK | 0.91 | 0.11 | 0 | 0.71 |
| HSL | 187.06º | 0.83% | 0.16% | - |
| HSV(B) | 187.06º | 0.91% | 0.29% | - |
| XYZ | 3.36 | 4.57 | 7.36 | - |
| YUV | 49.97 | 142.12 | 97.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 67 | 75 | 0.91 | 0.11 | 0 | 0.71 | 187.06 | 0.83 | 0.16 |
| Hex | 7 | 43 | 4B | 5B | B | 0 | 47 | BB | 53 | 10 |
| Octal | 7 | 103 | 113 | 133 | 13 | 0 | 107 | 273 | 123 | 20 |
| Binary | 111 | 1000011 | 1001011 | 1011011 | 1011 | 0 | 1000111 | 10111011 | 1010011 | 10000 |
Color Harmonies of #07434B
Complementary color
Monochromatic Colors of #07434B
Black with #07434B
Text Example
Text Example
White with #07434B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07434B; }
p { color: rgb(7,67,75); }
H1.HeaderClassName
{
color: #07434B;
}
.AnyTagClassName
{
color: #07434B;
}
</style>
background-color css
<style>
a { background-color: #07434B; }
a { background-color: rgb(7,67,75); }
div.DivClassName
{
background-color: #07434B;
}
.BgClassName
{
background-color: #07434B;
}
</style>
border-color css
<style>
span { border-color: #07434B; }
span { border-color: rgb(7,67,75); }
td.TdClassName
{
border-color: #07434B;
}
.TagClassName
{
border-color: #07434B;
}
</style>