Shades of Sherpa Blue #014153
Tints of Sherpa Blue #014153
RGB
CMYK
RGB Variations
Color information
#014153 (or 0x014153) is known color: Sherpa Blue. HEX triplet: 01, 41 and 53. RGB value is (1,65,83). Sum of RGB (Red+Green+Blue) = 1+65+83=149 (19% of max value = 765). Red value is 1 (0.78% from 255 or 0.67% from 149); Green value is 65 (25.78% from 255 or 43.62% from 149); Blue value is 83 (32.81% from 255 or 55.70% from 149); Max value from RGB is 83 - color contains mainly: blue. Hex color #014153 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #014153 is #FEBEAC. Grayscale: #2F2F2F. Windows color (decimal): -16694957 or 5456129. OLE color: 5456129.
HSL color Cylindrical-coordinate representation of color #014153: hue angle of 193.17º degrees, saturation: 0.98, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #014153 is Cyan = 0.99, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 1 | 65 | 83 | - |
| CMYK | 0.99 | 0.22 | 0 | 0.67 |
| HSL | 193.17º | 0.98% | 0.16% | - |
| HSV(B) | 193.17º | 0.99% | 0.33% | - |
| XYZ | 3.46 | 4.41 | 8.85 | - |
| YUV | 47.92 | 147.8 | 94.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 65 | 83 | 0.99 | 0.22 | 0 | 0.67 | 193.17 | 0.98 | 0.16 |
| Hex | 1 | 41 | 53 | 63 | 16 | 0 | 43 | C1 | 62 | 10 |
| Octal | 1 | 101 | 123 | 143 | 26 | 0 | 103 | 301 | 142 | 20 |
| Binary | 1 | 1000001 | 1010011 | 1100011 | 10110 | 0 | 1000011 | 11000001 | 1100010 | 10000 |
Color Harmonies of #014153
Complementary color
Monochromatic Colors of #014153
Black with #014153
Text Example
Text Example
White with #014153
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #014153; }
p { color: rgb(1,65,83); }
H1.HeaderClassName
{
color: #014153;
}
.AnyTagClassName
{
color: #014153;
}
</style>
background-color css
<style>
a { background-color: #014153; }
a { background-color: rgb(1,65,83); }
div.DivClassName
{
background-color: #014153;
}
.BgClassName
{
background-color: #014153;
}
</style>
border-color css
<style>
span { border-color: #014153; }
span { border-color: rgb(1,65,83); }
td.TdClassName
{
border-color: #014153;
}
.TagClassName
{
border-color: #014153;
}
</style>