Shades of Sherpa Blue #08465D
Tints of Sherpa Blue #08465D
RGB
CMYK
RGB Variations
Color information
#08465D (or 0x08465D) is known color: Sherpa Blue. HEX triplet: 08, 46 and 5D. RGB value is (8,70,93). Sum of RGB (Red+Green+Blue) = 8+70+93=171 (22% of max value = 765). Red value is 8 (3.52% from 255 or 4.68% from 171); Green value is 70 (27.73% from 255 or 40.94% from 171); Blue value is 93 (36.72% from 255 or 54.39% from 171); Max value from RGB is 93 - color contains mainly: blue. Hex color #08465D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #08465D is #F7B9A2. Grayscale: #353535. Windows color (decimal): -16234915 or 6112776. OLE color: 6112776.
HSL color Cylindrical-coordinate representation of color #08465D: hue angle of 196.24º degrees, saturation: 0.84, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #08465D is Cyan = 0.91, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 8 | 70 | 93 | - |
| CMYK | 0.91 | 0.25 | 0 | 0.64 |
| HSL | 196.24º | 0.84% | 0.2% | - |
| HSV(B) | 196.24º | 0.91% | 0.36% | - |
| XYZ | 4.27 | 5.22 | 11.14 | - |
| YUV | 54.08 | 149.96 | 95.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 70 | 93 | 0.91 | 0.25 | 0 | 0.64 | 196.24 | 0.84 | 0.2 |
| Hex | 8 | 46 | 5D | 5B | 19 | 0 | 40 | C4 | 54 | 14 |
| Octal | 10 | 106 | 135 | 133 | 31 | 0 | 100 | 304 | 124 | 24 |
| Binary | 1000 | 1000110 | 1011101 | 1011011 | 11001 | 0 | 1000000 | 11000100 | 1010100 | 10100 |
Color Harmonies of #08465D
Complementary color
Monochromatic Colors of #08465D
Black with #08465D
Text Example
Text Example
White with #08465D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08465D; }
p { color: rgb(8,70,93); }
H1.HeaderClassName
{
color: #08465D;
}
.AnyTagClassName
{
color: #08465D;
}
</style>
background-color css
<style>
a { background-color: #08465D; }
a { background-color: rgb(8,70,93); }
div.DivClassName
{
background-color: #08465D;
}
.BgClassName
{
background-color: #08465D;
}
</style>
border-color css
<style>
span { border-color: #08465D; }
span { border-color: rgb(8,70,93); }
td.TdClassName
{
border-color: #08465D;
}
.TagClassName
{
border-color: #08465D;
}
</style>