Shades of Sherpa Blue #08454E
Tints of Sherpa Blue #08454E
RGB
CMYK
RGB Variations
Color information
#08454E (or 0x08454E) is known color: Sherpa Blue. HEX triplet: 08, 45 and 4E. RGB value is (8,69,78). Sum of RGB (Red+Green+Blue) = 8+69+78=155 (20% of max value = 765). Red value is 8 (3.52% from 255 or 5.16% from 155); Green value is 69 (27.34% from 255 or 44.52% from 155); Blue value is 78 (30.86% from 255 or 50.32% from 155); Max value from RGB is 78 - color contains mainly: blue. Hex color #08454E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #08454E is #F7BAB1. Grayscale: #333333. Windows color (decimal): -16235186 or 5129480. OLE color: 5129480.
HSL color Cylindrical-coordinate representation of color #08454E: hue angle of 187.71º 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 #08454E is Cyan = 0.90, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 8 | 69 | 78 | - |
| CMYK | 0.90 | 0.12 | 0 | 0.69 |
| HSL | 187.71º | 0.81% | 0.17% | - |
| HSV(B) | 187.71º | 0.9% | 0.31% | - |
| XYZ | 3.6 | 4.86 | 7.96 | - |
| YUV | 51.79 | 142.79 | 96.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 69 | 78 | 0.90 | 0.12 | 0 | 0.69 | 187.71 | 0.81 | 0.17 |
| Hex | 8 | 45 | 4E | 5A | C | 0 | 45 | BC | 51 | 11 |
| Octal | 10 | 105 | 116 | 132 | 14 | 0 | 105 | 274 | 121 | 21 |
| Binary | 1000 | 1000101 | 1001110 | 1011010 | 1100 | 0 | 1000101 | 10111100 | 1010001 | 10001 |
Color Harmonies of #08454E
Complementary color
Monochromatic Colors of #08454E
Black with #08454E
Text Example
Text Example
White with #08454E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08454E; }
p { color: rgb(8,69,78); }
H1.HeaderClassName
{
color: #08454E;
}
.AnyTagClassName
{
color: #08454E;
}
</style>
background-color css
<style>
a { background-color: #08454E; }
a { background-color: rgb(8,69,78); }
div.DivClassName
{
background-color: #08454E;
}
.BgClassName
{
background-color: #08454E;
}
</style>
border-color css
<style>
span { border-color: #08454E; }
span { border-color: rgb(8,69,78); }
td.TdClassName
{
border-color: #08454E;
}
.TagClassName
{
border-color: #08454E;
}
</style>