Shades of Sherpa Blue #004041
Tints of Sherpa Blue #004041
RGB
CMYK
RGB Variations
Color information
#004041 (or 0x004041) is known color: Sherpa Blue. HEX triplet: 00, 40 and 41. RGB value is (0,64,65). Sum of RGB (Red+Green+Blue) = 0+64+65=129 (17% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 129); Green value is 64 (25.39% from 255 or 49.61% from 129); Blue value is 65 (25.78% from 255 or 50.39% from 129); Max value from RGB is 65 - color contains mainly: blue. Hex color #004041 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #004041 is #FFBFBE. Grayscale: #2C2C2C. Windows color (decimal): -16760767 or 4276224. OLE color: 4276224.
HSL color Cylindrical-coordinate representation of color #004041: hue angle of 180.92º degrees, saturation: 1, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 1%. Process color model (Four color, CMYK) of #004041 is Cyan = 1, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 0 | 64 | 65 | - |
| CMYK | 1 | 0.02 | 0 | 0.75 |
| HSL | 180.92º | 1% | 0.13% | - |
| HSV(B) | 180.92º | 1% | 0.25% | - |
| XYZ | 2.79 | 4.05 | 5.64 | - |
| YUV | 44.98 | 139.3 | 95.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 64 | 65 | 1 | 0.02 | 0 | 0.75 | 180.92 | 1 | 0.13 |
| Hex | 0 | 40 | 41 | 64 | 2 | 0 | 4B | B5 | 64 | D |
| Octal | 0 | 100 | 101 | 144 | 2 | 0 | 113 | 265 | 144 | 15 |
| Binary | 0 | 1000000 | 1000001 | 1100100 | 10 | 0 | 1001011 | 10110101 | 1100100 | 1101 |
Color Harmonies of #004041
Complementary color
Monochromatic Colors of #004041
Black with #004041
Text Example
Text Example
White with #004041
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #004041; }
p { color: rgb(0,64,65); }
H1.HeaderClassName
{
color: #004041;
}
.AnyTagClassName
{
color: #004041;
}
</style>
background-color css
<style>
a { background-color: #004041; }
a { background-color: rgb(0,64,65); }
div.DivClassName
{
background-color: #004041;
}
.BgClassName
{
background-color: #004041;
}
</style>
border-color css
<style>
span { border-color: #004041; }
span { border-color: rgb(0,64,65); }
td.TdClassName
{
border-color: #004041;
}
.TagClassName
{
border-color: #004041;
}
</style>