Shades of Sherpa Blue #08434B
Tints of Sherpa Blue #08434B
RGB
CMYK
RGB Variations
Color information
#08434B (or 0x08434B) is known color: Sherpa Blue. HEX triplet: 08, 43 and 4B. RGB value is (8,67,75). Sum of RGB (Red+Green+Blue) = 8+67+75=150 (19% of max value = 765). Red value is 8 (3.52% from 255 or 5.33% from 150); Green value is 67 (26.56% from 255 or 44.67% from 150); Blue value is 75 (29.69% from 255 or 50% from 150); Max value from RGB is 75 - color contains mainly: blue. Hex color #08434B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #08434B is #F7BCB4. Grayscale: #323232. Windows color (decimal): -16235701 or 4932360. OLE color: 4932360.
HSL color Cylindrical-coordinate representation of color #08434B: hue angle of 187.16º degrees, saturation: 0.81, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #08434B is Cyan = 0.89, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 8 | 67 | 75 | - |
| CMYK | 0.89 | 0.11 | 0 | 0.71 |
| HSL | 187.16º | 0.81% | 0.16% | - |
| HSV(B) | 187.16º | 0.89% | 0.29% | - |
| XYZ | 3.38 | 4.57 | 7.36 | - |
| YUV | 50.27 | 141.95 | 97.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 67 | 75 | 0.89 | 0.11 | 0 | 0.71 | 187.16 | 0.81 | 0.16 |
| Hex | 8 | 43 | 4B | 59 | B | 0 | 47 | BB | 51 | 10 |
| Octal | 10 | 103 | 113 | 131 | 13 | 0 | 107 | 273 | 121 | 20 |
| Binary | 1000 | 1000011 | 1001011 | 1011001 | 1011 | 0 | 1000111 | 10111011 | 1010001 | 10000 |
Color Harmonies of #08434B
Complementary color
Monochromatic Colors of #08434B
Black with #08434B
Text Example
Text Example
White with #08434B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08434B; }
p { color: rgb(8,67,75); }
H1.HeaderClassName
{
color: #08434B;
}
.AnyTagClassName
{
color: #08434B;
}
</style>
background-color css
<style>
a { background-color: #08434B; }
a { background-color: rgb(8,67,75); }
div.DivClassName
{
background-color: #08434B;
}
.BgClassName
{
background-color: #08434B;
}
</style>
border-color css
<style>
span { border-color: #08434B; }
span { border-color: rgb(8,67,75); }
td.TdClassName
{
border-color: #08434B;
}
.TagClassName
{
border-color: #08434B;
}
</style>