Shades of Sherpa Blue #08414A
Tints of Sherpa Blue #08414A
RGB
CMYK
RGB Variations
Color information
#08414A (or 0x08414A) is known color: Sherpa Blue. HEX triplet: 08, 41 and 4A. RGB value is (8,65,74). Sum of RGB (Red+Green+Blue) = 8+65+74=147 (19% of max value = 765). Red value is 8 (3.52% from 255 or 5.44% from 147); Green value is 65 (25.78% from 255 or 44.22% 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 #08414A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #08414A is #F7BEB5. Grayscale: #303030. Windows color (decimal): -16236214 or 4866312. OLE color: 4866312.
HSL color Cylindrical-coordinate representation of color #08414A: hue angle of 188.18º degrees, saturation: 0.8, 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 #08414A is Cyan = 0.89, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 8 | 65 | 74 | - |
| CMYK | 0.89 | 0.12 | 0 | 0.71 |
| HSL | 188.18º | 0.8% | 0.16% | - |
| HSV(B) | 188.18º | 0.89% | 0.29% | - |
| XYZ | 3.23 | 4.33 | 7.14 | - |
| YUV | 48.98 | 142.12 | 98.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 65 | 74 | 0.89 | 0.12 | 0 | 0.71 | 188.18 | 0.8 | 0.16 |
| Hex | 8 | 41 | 4A | 59 | C | 0 | 47 | BC | 50 | 10 |
| Octal | 10 | 101 | 112 | 131 | 14 | 0 | 107 | 274 | 120 | 20 |
| Binary | 1000 | 1000001 | 1001010 | 1011001 | 1100 | 0 | 1000111 | 10111100 | 1010000 | 10000 |
Color Harmonies of #08414A
Complementary color
Monochromatic Colors of #08414A
Black with #08414A
Text Example
Text Example
White with #08414A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08414A; }
p { color: rgb(8,65,74); }
H1.HeaderClassName
{
color: #08414A;
}
.AnyTagClassName
{
color: #08414A;
}
</style>
background-color css
<style>
a { background-color: #08414A; }
a { background-color: rgb(8,65,74); }
div.DivClassName
{
background-color: #08414A;
}
.BgClassName
{
background-color: #08414A;
}
</style>
border-color css
<style>
span { border-color: #08414A; }
span { border-color: rgb(8,65,74); }
td.TdClassName
{
border-color: #08414A;
}
.TagClassName
{
border-color: #08414A;
}
</style>