Shades of Sherpa Blue #08455C
Tints of Sherpa Blue #08455C
RGB
CMYK
RGB Variations
Color information
#08455C (or 0x08455C) is known color: Sherpa Blue. HEX triplet: 08, 45 and 5C. RGB value is (8,69,92). Sum of RGB (Red+Green+Blue) = 8+69+92=169 (22% of max value = 765). Red value is 8 (3.52% from 255 or 4.73% from 169); Green value is 69 (27.34% from 255 or 40.83% from 169); Blue value is 92 (36.33% from 255 or 54.44% from 169); Max value from RGB is 92 - color contains mainly: blue. Hex color #08455C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #08455C is #F7BAA3. Grayscale: #353535. Windows color (decimal): -16235172 or 6046984. OLE color: 6046984.
HSL color Cylindrical-coordinate representation of color #08455C: hue angle of 196.43º 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 #08455C is Cyan = 0.91, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 8 | 69 | 92 | - |
| CMYK | 0.91 | 0.25 | 0 | 0.64 |
| HSL | 196.43º | 0.84% | 0.2% | - |
| HSV(B) | 196.43º | 0.91% | 0.36% | - |
| XYZ | 4.16 | 5.08 | 10.89 | - |
| YUV | 53.38 | 149.79 | 95.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 69 | 92 | 0.91 | 0.25 | 0 | 0.64 | 196.43 | 0.84 | 0.2 |
| Hex | 8 | 45 | 5C | 5B | 19 | 0 | 40 | C4 | 54 | 14 |
| Octal | 10 | 105 | 134 | 133 | 31 | 0 | 100 | 304 | 124 | 24 |
| Binary | 1000 | 1000101 | 1011100 | 1011011 | 11001 | 0 | 1000000 | 11000100 | 1010100 | 10100 |
Color Harmonies of #08455C
Complementary color
Monochromatic Colors of #08455C
Black with #08455C
Text Example
Text Example
White with #08455C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08455C; }
p { color: rgb(8,69,92); }
H1.HeaderClassName
{
color: #08455C;
}
.AnyTagClassName
{
color: #08455C;
}
</style>
background-color css
<style>
a { background-color: #08455C; }
a { background-color: rgb(8,69,92); }
div.DivClassName
{
background-color: #08455C;
}
.BgClassName
{
background-color: #08455C;
}
</style>
border-color css
<style>
span { border-color: #08455C; }
span { border-color: rgb(8,69,92); }
td.TdClassName
{
border-color: #08455C;
}
.TagClassName
{
border-color: #08455C;
}
</style>