Shades of Sherpa Blue #004047
Tints of Sherpa Blue #004047
RGB
CMYK
RGB Variations
Color information
#004047 (or 0x004047) is known color: Sherpa Blue. HEX triplet: 00, 40 and 47. RGB value is (0,64,71). Sum of RGB (Red+Green+Blue) = 0+64+71=135 (17% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 135); Green value is 64 (25.39% from 255 or 47.41% from 135); Blue value is 71 (28.12% from 255 or 52.59% from 135); Max value from RGB is 71 - color contains mainly: blue. Hex color #004047 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #004047 is #FFBFB8. Grayscale: #2D2D2D. Windows color (decimal): -16760761 or 4669440. OLE color: 4669440.
HSL color Cylindrical-coordinate representation of color #004047: hue angle of 185.92º degrees, saturation: 1, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 1%. Process color model (Four color, CMYK) of #004047 is Cyan = 1, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 0 | 64 | 71 | - |
| CMYK | 1 | 0.10 | 0 | 0.72 |
| HSL | 185.92º | 1% | 0.14% | - |
| HSV(B) | 185.92º | 1% | 0.28% | - |
| XYZ | 2.97 | 4.12 | 6.6 | - |
| YUV | 45.66 | 142.3 | 95.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 64 | 71 | 1 | 0.10 | 0 | 0.72 | 185.92 | 1 | 0.14 |
| Hex | 0 | 40 | 47 | 64 | A | 0 | 48 | BA | 64 | E |
| Octal | 0 | 100 | 107 | 144 | 12 | 0 | 110 | 272 | 144 | 16 |
| Binary | 0 | 1000000 | 1000111 | 1100100 | 1010 | 0 | 1001000 | 10111010 | 1100100 | 1110 |
Color Harmonies of #004047
Complementary color
Monochromatic Colors of #004047
Black with #004047
Text Example
Text Example
White with #004047
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #004047; }
p { color: rgb(0,64,71); }
H1.HeaderClassName
{
color: #004047;
}
.AnyTagClassName
{
color: #004047;
}
</style>
background-color css
<style>
a { background-color: #004047; }
a { background-color: rgb(0,64,71); }
div.DivClassName
{
background-color: #004047;
}
.BgClassName
{
background-color: #004047;
}
</style>
border-color css
<style>
span { border-color: #004047; }
span { border-color: rgb(0,64,71); }
td.TdClassName
{
border-color: #004047;
}
.TagClassName
{
border-color: #004047;
}
</style>