Shades of Sherpa Blue #044155
Tints of Sherpa Blue #044155
RGB
CMYK
RGB Variations
Color information
#044155 (or 0x044155) is known color: Sherpa Blue. HEX triplet: 04, 41 and 55. RGB value is (4,65,85). Sum of RGB (Red+Green+Blue) = 4+65+85=154 (20% of max value = 765). Red value is 4 (1.95% from 255 or 2.60% from 154); Green value is 65 (25.78% from 255 or 42.21% from 154); Blue value is 85 (33.59% from 255 or 55.19% from 154); Max value from RGB is 85 - color contains mainly: blue. Hex color #044155 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #044155 is #FBBEAA. Grayscale: #303030. Windows color (decimal): -16498347 or 5587204. OLE color: 5587204.
HSL color Cylindrical-coordinate representation of color #044155: hue angle of 194.81º degrees, saturation: 0.91, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #044155 is Cyan = 0.95, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 4 | 65 | 85 | - |
| CMYK | 0.95 | 0.24 | 0 | 0.67 |
| HSL | 194.81º | 0.91% | 0.17% | - |
| HSV(B) | 194.81º | 0.95% | 0.33% | - |
| XYZ | 3.58 | 4.46 | 9.27 | - |
| YUV | 49.04 | 148.29 | 95.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 65 | 85 | 0.95 | 0.24 | 0 | 0.67 | 194.81 | 0.91 | 0.17 |
| Hex | 4 | 41 | 55 | 5F | 18 | 0 | 43 | C3 | 5B | 11 |
| Octal | 4 | 101 | 125 | 137 | 30 | 0 | 103 | 303 | 133 | 21 |
| Binary | 100 | 1000001 | 1010101 | 1011111 | 11000 | 0 | 1000011 | 11000011 | 1011011 | 10001 |
Color Harmonies of #044155
Complementary color
Monochromatic Colors of #044155
Black with #044155
Text Example
Text Example
White with #044155
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #044155; }
p { color: rgb(4,65,85); }
H1.HeaderClassName
{
color: #044155;
}
.AnyTagClassName
{
color: #044155;
}
</style>
background-color css
<style>
a { background-color: #044155; }
a { background-color: rgb(4,65,85); }
div.DivClassName
{
background-color: #044155;
}
.BgClassName
{
background-color: #044155;
}
</style>
border-color css
<style>
span { border-color: #044155; }
span { border-color: rgb(4,65,85); }
td.TdClassName
{
border-color: #044155;
}
.TagClassName
{
border-color: #044155;
}
</style>