Shades of Sherpa Blue #08404C
Tints of Sherpa Blue #08404C
RGB
CMYK
RGB Variations
Color information
#08404C (or 0x08404C) is known color: Sherpa Blue. HEX triplet: 08, 40 and 4C. RGB value is (8,64,76). Sum of RGB (Red+Green+Blue) = 8+64+76=148 (19% of max value = 765). Red value is 8 (3.52% from 255 or 5.41% from 148); Green value is 64 (25.39% from 255 or 43.24% from 148); Blue value is 76 (30.08% from 255 or 51.35% from 148); Max value from RGB is 76 - color contains mainly: blue. Hex color #08404C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #08404C is #F7BFB3. Grayscale: #303030. Windows color (decimal): -16236468 or 4997128. OLE color: 4997128.
HSL color Cylindrical-coordinate representation of color #08404C: hue angle of 190.59º degrees, saturation: 0.81, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #08404C is Cyan = 0.89, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 8 | 64 | 76 | - |
| CMYK | 0.89 | 0.16 | 0 | 0.70 |
| HSL | 190.59º | 0.81% | 0.16% | - |
| HSV(B) | 190.59º | 0.89% | 0.3% | - |
| XYZ | 3.24 | 4.24 | 7.49 | - |
| YUV | 48.62 | 143.45 | 99.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 64 | 76 | 0.89 | 0.16 | 0 | 0.70 | 190.59 | 0.81 | 0.16 |
| Hex | 8 | 40 | 4C | 59 | 10 | 0 | 46 | BF | 51 | 10 |
| Octal | 10 | 100 | 114 | 131 | 20 | 0 | 106 | 277 | 121 | 20 |
| Binary | 1000 | 1000000 | 1001100 | 1011001 | 10000 | 0 | 1000110 | 10111111 | 1010001 | 10000 |
Color Harmonies of #08404C
Complementary color
Monochromatic Colors of #08404C
Black with #08404C
Text Example
Text Example
White with #08404C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08404C; }
p { color: rgb(8,64,76); }
H1.HeaderClassName
{
color: #08404C;
}
.AnyTagClassName
{
color: #08404C;
}
</style>
background-color css
<style>
a { background-color: #08404C; }
a { background-color: rgb(8,64,76); }
div.DivClassName
{
background-color: #08404C;
}
.BgClassName
{
background-color: #08404C;
}
</style>
border-color css
<style>
span { border-color: #08404C; }
span { border-color: rgb(8,64,76); }
td.TdClassName
{
border-color: #08404C;
}
.TagClassName
{
border-color: #08404C;
}
</style>