Shades of Sherpa Blue #044145
Tints of Sherpa Blue #044145
RGB
CMYK
RGB Variations
Color information
#044145 (or 0x044145) is known color: Sherpa Blue. HEX triplet: 04, 41 and 45. RGB value is (4,65,69). Sum of RGB (Red+Green+Blue) = 4+65+69=138 (18% of max value = 765). Red value is 4 (1.95% from 255 or 2.90% from 138); Green value is 65 (25.78% from 255 or 47.10% from 138); Blue value is 69 (27.34% from 255 or 50% from 138); Max value from RGB is 69 - color contains mainly: blue. Hex color #044145 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #044145 is #FBBEBA. Grayscale: #2F2F2F. Windows color (decimal): -16498363 or 4538628. OLE color: 4538628.
HSL color Cylindrical-coordinate representation of color #044145: hue angle of 183.69º degrees, saturation: 0.89, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #044145 is Cyan = 0.94, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 4 | 65 | 69 | - |
| CMYK | 0.94 | 0.06 | 0 | 0.73 |
| HSL | 183.69º | 0.89% | 0.14% | - |
| HSV(B) | 183.69º | 0.94% | 0.27% | - |
| XYZ | 3.01 | 4.24 | 6.29 | - |
| YUV | 47.22 | 140.29 | 97.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 65 | 69 | 0.94 | 0.06 | 0 | 0.73 | 183.69 | 0.89 | 0.14 |
| Hex | 4 | 41 | 45 | 5E | 6 | 0 | 49 | B8 | 59 | E |
| Octal | 4 | 101 | 105 | 136 | 6 | 0 | 111 | 270 | 131 | 16 |
| Binary | 100 | 1000001 | 1000101 | 1011110 | 110 | 0 | 1001001 | 10111000 | 1011001 | 1110 |
Color Harmonies of #044145
Complementary color
Monochromatic Colors of #044145
Black with #044145
Text Example
Text Example
White with #044145
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #044145; }
p { color: rgb(4,65,69); }
H1.HeaderClassName
{
color: #044145;
}
.AnyTagClassName
{
color: #044145;
}
</style>
background-color css
<style>
a { background-color: #044145; }
a { background-color: rgb(4,65,69); }
div.DivClassName
{
background-color: #044145;
}
.BgClassName
{
background-color: #044145;
}
</style>
border-color css
<style>
span { border-color: #044145; }
span { border-color: rgb(4,65,69); }
td.TdClassName
{
border-color: #044145;
}
.TagClassName
{
border-color: #044145;
}
</style>