Shades of Sherpa Blue #08445B
Tints of Sherpa Blue #08445B
RGB
CMYK
RGB Variations
Color information
#08445B (or 0x08445B) is known color: Sherpa Blue. HEX triplet: 08, 44 and 5B. RGB value is (8,68,91). Sum of RGB (Red+Green+Blue) = 8+68+91=167 (22% of max value = 765). Red value is 8 (3.52% from 255 or 4.79% from 167); Green value is 68 (26.95% from 255 or 40.72% from 167); Blue value is 91 (35.94% from 255 or 54.49% from 167); Max value from RGB is 91 - color contains mainly: blue. Hex color #08445B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #08445B is #F7BBA4. Grayscale: #343434. Windows color (decimal): -16235429 or 5981192. OLE color: 5981192.
HSL color Cylindrical-coordinate representation of color #08445B: hue angle of 196.63º 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 #08445B is Cyan = 0.91, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 8 | 68 | 91 | - |
| CMYK | 0.91 | 0.25 | 0 | 0.64 |
| HSL | 196.63º | 0.84% | 0.19% | - |
| HSV(B) | 196.63º | 0.91% | 0.36% | - |
| XYZ | 4.06 | 4.94 | 10.64 | - |
| YUV | 52.68 | 149.62 | 96.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 68 | 91 | 0.91 | 0.25 | 0 | 0.64 | 196.63 | 0.84 | 0.19 |
| Hex | 8 | 44 | 5B | 5B | 19 | 0 | 40 | C5 | 54 | 13 |
| Octal | 10 | 104 | 133 | 133 | 31 | 0 | 100 | 305 | 124 | 23 |
| Binary | 1000 | 1000100 | 1011011 | 1011011 | 11001 | 0 | 1000000 | 11000101 | 1010100 | 10011 |
Color Harmonies of #08445B
Complementary color
Monochromatic Colors of #08445B
Black with #08445B
Text Example
Text Example
White with #08445B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08445B; }
p { color: rgb(8,68,91); }
H1.HeaderClassName
{
color: #08445B;
}
.AnyTagClassName
{
color: #08445B;
}
</style>
background-color css
<style>
a { background-color: #08445B; }
a { background-color: rgb(8,68,91); }
div.DivClassName
{
background-color: #08445B;
}
.BgClassName
{
background-color: #08445B;
}
</style>
border-color css
<style>
span { border-color: #08445B; }
span { border-color: rgb(8,68,91); }
td.TdClassName
{
border-color: #08445B;
}
.TagClassName
{
border-color: #08445B;
}
</style>