Shades of Sherpa Blue #004153
Tints of Sherpa Blue #004153
RGB
CMYK
RGB Variations
Color information
#004153 (or 0x004153) is known color: Sherpa Blue. HEX triplet: 00, 41 and 53. RGB value is (0,65,83). Sum of RGB (Red+Green+Blue) = 0+65+83=148 (19% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 148); Green value is 65 (25.78% from 255 or 43.92% from 148); Blue value is 83 (32.81% from 255 or 56.08% from 148); Max value from RGB is 83 - color contains mainly: blue. Hex color #004153 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #004153 is #FFBEAC. Grayscale: #2F2F2F. Windows color (decimal): -16760493 or 5456128. OLE color: 5456128.
HSL color Cylindrical-coordinate representation of color #004153: hue angle of 193.01º degrees, saturation: 1, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 1%. Process color model (Four color, CMYK) of #004153 is Cyan = 1, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 0 | 65 | 83 | - |
| CMYK | 1 | 0.22 | 0 | 0.67 |
| HSL | 193.01º | 1% | 0.16% | - |
| HSV(B) | 193.01º | 1% | 0.33% | - |
| XYZ | 3.45 | 4.41 | 8.85 | - |
| YUV | 47.62 | 147.97 | 94.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 65 | 83 | 1 | 0.22 | 0 | 0.67 | 193.01 | 1 | 0.16 |
| Hex | 0 | 41 | 53 | 64 | 16 | 0 | 43 | C1 | 64 | 10 |
| Octal | 0 | 101 | 123 | 144 | 26 | 0 | 103 | 301 | 144 | 20 |
| Binary | 0 | 1000001 | 1010011 | 1100100 | 10110 | 0 | 1000011 | 11000001 | 1100100 | 10000 |
Color Harmonies of #004153
Complementary color
Monochromatic Colors of #004153
Black with #004153
Text Example
Text Example
White with #004153
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #004153; }
p { color: rgb(0,65,83); }
H1.HeaderClassName
{
color: #004153;
}
.AnyTagClassName
{
color: #004153;
}
</style>
background-color css
<style>
a { background-color: #004153; }
a { background-color: rgb(0,65,83); }
div.DivClassName
{
background-color: #004153;
}
.BgClassName
{
background-color: #004153;
}
</style>
border-color css
<style>
span { border-color: #004153; }
span { border-color: rgb(0,65,83); }
td.TdClassName
{
border-color: #004153;
}
.TagClassName
{
border-color: #004153;
}
</style>