Shades of Sherpa Blue #08444D
Tints of Sherpa Blue #08444D
RGB
CMYK
RGB Variations
Color information
#08444D (or 0x08444D) is known color: Sherpa Blue. HEX triplet: 08, 44 and 4D. RGB value is (8,68,77). Sum of RGB (Red+Green+Blue) = 8+68+77=153 (20% of max value = 765). Red value is 8 (3.52% from 255 or 5.23% from 153); Green value is 68 (26.95% from 255 or 44.44% from 153); Blue value is 77 (30.47% from 255 or 50.33% from 153); Max value from RGB is 77 - color contains mainly: blue. Hex color #08444D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #08444D is #F7BBB2. Grayscale: #323232. Windows color (decimal): -16235443 or 5063688. OLE color: 5063688.
HSL color Cylindrical-coordinate representation of color #08444D: hue angle of 187.83º degrees, saturation: 0.81, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #08444D is Cyan = 0.90, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 8 | 68 | 77 | - |
| CMYK | 0.90 | 0.12 | 0 | 0.70 |
| HSL | 187.83º | 0.81% | 0.17% | - |
| HSV(B) | 187.83º | 0.9% | 0.3% | - |
| XYZ | 3.51 | 4.72 | 7.75 | - |
| YUV | 51.09 | 142.62 | 97.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 68 | 77 | 0.90 | 0.12 | 0 | 0.70 | 187.83 | 0.81 | 0.17 |
| Hex | 8 | 44 | 4D | 5A | C | 0 | 46 | BC | 51 | 11 |
| Octal | 10 | 104 | 115 | 132 | 14 | 0 | 106 | 274 | 121 | 21 |
| Binary | 1000 | 1000100 | 1001101 | 1011010 | 1100 | 0 | 1000110 | 10111100 | 1010001 | 10001 |
Color Harmonies of #08444D
Complementary color
Monochromatic Colors of #08444D
Black with #08444D
Text Example
Text Example
White with #08444D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08444D; }
p { color: rgb(8,68,77); }
H1.HeaderClassName
{
color: #08444D;
}
.AnyTagClassName
{
color: #08444D;
}
</style>
background-color css
<style>
a { background-color: #08444D; }
a { background-color: rgb(8,68,77); }
div.DivClassName
{
background-color: #08444D;
}
.BgClassName
{
background-color: #08444D;
}
</style>
border-color css
<style>
span { border-color: #08444D; }
span { border-color: rgb(8,68,77); }
td.TdClassName
{
border-color: #08444D;
}
.TagClassName
{
border-color: #08444D;
}
</style>