Shades of Sherpa Blue #004044
Tints of Sherpa Blue #004044
RGB
CMYK
RGB Variations
Color information
#004044 (or 0x004044) is known color: Sherpa Blue. HEX triplet: 00, 40 and 44. RGB value is (0,64,68). Sum of RGB (Red+Green+Blue) = 0+64+68=132 (17% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 132); Green value is 64 (25.39% from 255 or 48.48% from 132); Blue value is 68 (26.95% from 255 or 51.52% from 132); Max value from RGB is 68 - color contains mainly: blue. Hex color #004044 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #004044 is #FFBFBB. Grayscale: #2D2D2D. Windows color (decimal): -16760764 or 4472832. OLE color: 4472832.
HSL color Cylindrical-coordinate representation of color #004044: hue angle of 183.53º degrees, saturation: 1, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 1%. Process color model (Four color, CMYK) of #004044 is Cyan = 1, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 0 | 64 | 68 | - |
| CMYK | 1 | 0.06 | 0 | 0.73 |
| HSL | 183.53º | 1% | 0.13% | - |
| HSV(B) | 183.53º | 1% | 0.27% | - |
| XYZ | 2.88 | 4.08 | 6.11 | - |
| YUV | 45.32 | 140.8 | 95.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 64 | 68 | 1 | 0.06 | 0 | 0.73 | 183.53 | 1 | 0.13 |
| Hex | 0 | 40 | 44 | 64 | 6 | 0 | 49 | B8 | 64 | D |
| Octal | 0 | 100 | 104 | 144 | 6 | 0 | 111 | 270 | 144 | 15 |
| Binary | 0 | 1000000 | 1000100 | 1100100 | 110 | 0 | 1001001 | 10111000 | 1100100 | 1101 |
Color Harmonies of #004044
Complementary color
Monochromatic Colors of #004044
Black with #004044
Text Example
Text Example
White with #004044
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #004044; }
p { color: rgb(0,64,68); }
H1.HeaderClassName
{
color: #004044;
}
.AnyTagClassName
{
color: #004044;
}
</style>
background-color css
<style>
a { background-color: #004044; }
a { background-color: rgb(0,64,68); }
div.DivClassName
{
background-color: #004044;
}
.BgClassName
{
background-color: #004044;
}
</style>
border-color css
<style>
span { border-color: #004044; }
span { border-color: rgb(0,64,68); }
td.TdClassName
{
border-color: #004044;
}
.TagClassName
{
border-color: #004044;
}
</style>