Shades of Sherpa Blue #004855
Tints of Sherpa Blue #004855
RGB
CMYK
RGB Variations
Color information
#004855 (or 0x004855) is known color: Sherpa Blue. HEX triplet: 00, 48 and 55. RGB value is (0,72,85). Sum of RGB (Red+Green+Blue) = 0+72+85=157 (20% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 157); Green value is 72 (28.52% from 255 or 45.86% from 157); Blue value is 85 (33.59% from 255 or 54.14% from 157); Max value from RGB is 85 - color contains mainly: blue. Hex color #004855 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #004855 is #FFB7AA. Grayscale: #333333. Windows color (decimal): -16758699 or 5588992. OLE color: 5588992.
HSL color Cylindrical-coordinate representation of color #004855: hue angle of 189.18º degrees, saturation: 1, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 1%. Process color model (Four color, CMYK) of #004855 is Cyan = 1, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 0 | 72 | 85 | - |
| CMYK | 1 | 0.15 | 0 | 0.67 |
| HSL | 189.18º | 1% | 0.17% | - |
| HSV(B) | 189.18º | 1% | 0.33% | - |
| XYZ | 3.96 | 5.29 | 9.41 | - |
| YUV | 51.95 | 146.65 | 90.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 72 | 85 | 1 | 0.15 | 0 | 0.67 | 189.18 | 1 | 0.17 |
| Hex | 0 | 48 | 55 | 64 | F | 0 | 43 | BD | 64 | 11 |
| Octal | 0 | 110 | 125 | 144 | 17 | 0 | 103 | 275 | 144 | 21 |
| Binary | 0 | 1001000 | 1010101 | 1100100 | 1111 | 0 | 1000011 | 10111101 | 1100100 | 10001 |
Color Harmonies of #004855
Complementary color
Monochromatic Colors of #004855
Black with #004855
Text Example
Text Example
White with #004855
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #004855; }
p { color: rgb(0,72,85); }
H1.HeaderClassName
{
color: #004855;
}
.AnyTagClassName
{
color: #004855;
}
</style>
background-color css
<style>
a { background-color: #004855; }
a { background-color: rgb(0,72,85); }
div.DivClassName
{
background-color: #004855;
}
.BgClassName
{
background-color: #004855;
}
</style>
border-color css
<style>
span { border-color: #004855; }
span { border-color: rgb(0,72,85); }
td.TdClassName
{
border-color: #004855;
}
.TagClassName
{
border-color: #004855;
}
</style>