Shades of Sherpa Blue #00404B
Tints of Sherpa Blue #00404B
RGB
CMYK
RGB Variations
Color information
#00404B (or 0x00404B) is known color: Sherpa Blue. HEX triplet: 00, 40 and 4B. RGB value is (0,64,75). Sum of RGB (Red+Green+Blue) = 0+64+75=139 (18% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 139); Green value is 64 (25.39% from 255 or 46.04% from 139); Blue value is 75 (29.69% from 255 or 53.96% from 139); Max value from RGB is 75 - color contains mainly: blue. Hex color #00404B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #00404B is #FFBFB4. Grayscale: #2E2E2E. Windows color (decimal): -16760757 or 4931584. OLE color: 4931584.
HSL color Cylindrical-coordinate representation of color #00404B: hue angle of 188.8º degrees, saturation: 1, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00404B is Cyan = 1, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 0 | 64 | 75 | - |
| CMYK | 1 | 0.15 | 0 | 0.71 |
| HSL | 188.8º | 1% | 0.15% | - |
| HSV(B) | 188.8º | 1% | 0.29% | - |
| XYZ | 3.1 | 4.17 | 7.3 | - |
| YUV | 46.12 | 144.3 | 95.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 64 | 75 | 1 | 0.15 | 0 | 0.71 | 188.8 | 1 | 0.15 |
| Hex | 0 | 40 | 4B | 64 | F | 0 | 47 | BD | 64 | F |
| Octal | 0 | 100 | 113 | 144 | 17 | 0 | 107 | 275 | 144 | 17 |
| Binary | 0 | 1000000 | 1001011 | 1100100 | 1111 | 0 | 1000111 | 10111101 | 1100100 | 1111 |
Color Harmonies of #00404B
Complementary color
Monochromatic Colors of #00404B
Black with #00404B
Text Example
Text Example
White with #00404B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00404B; }
p { color: rgb(0,64,75); }
H1.HeaderClassName
{
color: #00404B;
}
.AnyTagClassName
{
color: #00404B;
}
</style>
background-color css
<style>
a { background-color: #00404B; }
a { background-color: rgb(0,64,75); }
div.DivClassName
{
background-color: #00404B;
}
.BgClassName
{
background-color: #00404B;
}
</style>
border-color css
<style>
span { border-color: #00404B; }
span { border-color: rgb(0,64,75); }
td.TdClassName
{
border-color: #00404B;
}
.TagClassName
{
border-color: #00404B;
}
</style>