Shades of Sherpa Blue #08495B
Tints of Sherpa Blue #08495B
RGB
CMYK
RGB Variations
Color information
#08495B (or 0x08495B) is known color: Sherpa Blue. HEX triplet: 08, 49 and 5B. RGB value is (8,73,91). Sum of RGB (Red+Green+Blue) = 8+73+91=172 (22% of max value = 765). Red value is 8 (3.52% from 255 or 4.65% from 172); Green value is 73 (28.91% from 255 or 42.44% from 172); Blue value is 91 (35.94% from 255 or 52.91% from 172); Max value from RGB is 91 - color contains mainly: blue. Hex color #08495B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #08495B is #F7B6A4. Grayscale: #373737. Windows color (decimal): -16234149 or 5982472. OLE color: 5982472.
HSL color Cylindrical-coordinate representation of color #08495B: hue angle of 193.01º degrees, saturation: 0.84, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #08495B is Cyan = 0.91, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 8 | 73 | 91 | - |
| CMYK | 0.91 | 0.20 | 0 | 0.64 |
| HSL | 193.01º | 0.84% | 0.19% | - |
| HSV(B) | 193.01º | 0.91% | 0.36% | - |
| XYZ | 4.37 | 5.57 | 10.74 | - |
| YUV | 55.62 | 147.97 | 94.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 73 | 91 | 0.91 | 0.20 | 0 | 0.64 | 193.01 | 0.84 | 0.19 |
| Hex | 8 | 49 | 5B | 5B | 14 | 0 | 40 | C1 | 54 | 13 |
| Octal | 10 | 111 | 133 | 133 | 24 | 0 | 100 | 301 | 124 | 23 |
| Binary | 1000 | 1001001 | 1011011 | 1011011 | 10100 | 0 | 1000000 | 11000001 | 1010100 | 10011 |
Color Harmonies of #08495B
Complementary color
Monochromatic Colors of #08495B
Black with #08495B
Text Example
Text Example
White with #08495B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08495B; }
p { color: rgb(8,73,91); }
H1.HeaderClassName
{
color: #08495B;
}
.AnyTagClassName
{
color: #08495B;
}
</style>
background-color css
<style>
a { background-color: #08495B; }
a { background-color: rgb(8,73,91); }
div.DivClassName
{
background-color: #08495B;
}
.BgClassName
{
background-color: #08495B;
}
</style>
border-color css
<style>
span { border-color: #08495B; }
span { border-color: rgb(8,73,91); }
td.TdClassName
{
border-color: #08495B;
}
.TagClassName
{
border-color: #08495B;
}
</style>