Shades of Sherpa Blue #08404E
Tints of Sherpa Blue #08404E
RGB
CMYK
RGB Variations
Color information
#08404E (or 0x08404E) is known color: Sherpa Blue. HEX triplet: 08, 40 and 4E. RGB value is (8,64,78). Sum of RGB (Red+Green+Blue) = 8+64+78=150 (19% of max value = 765). Red value is 8 (3.52% from 255 or 5.33% from 150); Green value is 64 (25.39% from 255 or 42.67% from 150); Blue value is 78 (30.86% from 255 or 52% from 150); Max value from RGB is 78 - color contains mainly: blue. Hex color #08404E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #08404E is #F7BFB1. Grayscale: #303030. Windows color (decimal): -16236466 or 5128200. OLE color: 5128200.
HSL color Cylindrical-coordinate representation of color #08404E: hue angle of 192º degrees, saturation: 0.81, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #08404E is Cyan = 0.90, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 8 | 64 | 78 | - |
| CMYK | 0.90 | 0.18 | 0 | 0.69 |
| HSL | 192º | 0.81% | 0.17% | - |
| HSV(B) | 192º | 0.9% | 0.31% | - |
| XYZ | 3.31 | 4.27 | 7.86 | - |
| YUV | 48.85 | 144.45 | 98.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 64 | 78 | 0.90 | 0.18 | 0 | 0.69 | 192 | 0.81 | 0.17 |
| Hex | 8 | 40 | 4E | 5A | 12 | 0 | 45 | C0 | 51 | 11 |
| Octal | 10 | 100 | 116 | 132 | 22 | 0 | 105 | 300 | 121 | 21 |
| Binary | 1000 | 1000000 | 1001110 | 1011010 | 10010 | 0 | 1000101 | 11000000 | 1010001 | 10001 |
Color Harmonies of #08404E
Complementary color
Monochromatic Colors of #08404E
Black with #08404E
Text Example
Text Example
White with #08404E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08404E; }
p { color: rgb(8,64,78); }
H1.HeaderClassName
{
color: #08404E;
}
.AnyTagClassName
{
color: #08404E;
}
</style>
background-color css
<style>
a { background-color: #08404E; }
a { background-color: rgb(8,64,78); }
div.DivClassName
{
background-color: #08404E;
}
.BgClassName
{
background-color: #08404E;
}
</style>
border-color css
<style>
span { border-color: #08404E; }
span { border-color: rgb(8,64,78); }
td.TdClassName
{
border-color: #08404E;
}
.TagClassName
{
border-color: #08404E;
}
</style>