Shades of Sherpa Blue #00404D
Tints of Sherpa Blue #00404D
RGB
CMYK
RGB Variations
Color information
#00404D (or 0x00404D) is known color: Sherpa Blue. HEX triplet: 00, 40 and 4D. RGB value is (0,64,77). Sum of RGB (Red+Green+Blue) = 0+64+77=141 (18% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 141); Green value is 64 (25.39% from 255 or 45.39% from 141); Blue value is 77 (30.47% from 255 or 54.61% from 141); Max value from RGB is 77 - color contains mainly: blue. Hex color #00404D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #00404D is #FFBFB2. Grayscale: #2E2E2E. Windows color (decimal): -16760755 or 5062656. OLE color: 5062656.
HSL color Cylindrical-coordinate representation of color #00404D: hue angle of 190.13º degrees, saturation: 1, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00404D is Cyan = 1, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 0 | 64 | 77 | - |
| CMYK | 1 | 0.17 | 0 | 0.70 |
| HSL | 190.13º | 1% | 0.15% | - |
| HSV(B) | 190.13º | 1% | 0.3% | - |
| XYZ | 3.17 | 4.2 | 7.67 | - |
| YUV | 46.35 | 145.3 | 94.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 64 | 77 | 1 | 0.17 | 0 | 0.70 | 190.13 | 1 | 0.15 |
| Hex | 0 | 40 | 4D | 64 | 11 | 0 | 46 | BE | 64 | F |
| Octal | 0 | 100 | 115 | 144 | 21 | 0 | 106 | 276 | 144 | 17 |
| Binary | 0 | 1000000 | 1001101 | 1100100 | 10001 | 0 | 1000110 | 10111110 | 1100100 | 1111 |
Color Harmonies of #00404D
Complementary color
Monochromatic Colors of #00404D
Black with #00404D
Text Example
Text Example
White with #00404D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00404D; }
p { color: rgb(0,64,77); }
H1.HeaderClassName
{
color: #00404D;
}
.AnyTagClassName
{
color: #00404D;
}
</style>
background-color css
<style>
a { background-color: #00404D; }
a { background-color: rgb(0,64,77); }
div.DivClassName
{
background-color: #00404D;
}
.BgClassName
{
background-color: #00404D;
}
</style>
border-color css
<style>
span { border-color: #00404D; }
span { border-color: rgb(0,64,77); }
td.TdClassName
{
border-color: #00404D;
}
.TagClassName
{
border-color: #00404D;
}
</style>