Shades of Sherpa Blue #013640
Tints of Sherpa Blue #013640
RGB
CMYK
RGB Variations
Color information
#013640 (or 0x013640) is known color: Sherpa Blue. HEX triplet: 01, 36 and 40. RGB value is (1,54,64). Sum of RGB (Red+Green+Blue) = 1+54+64=119 (15% of max value = 765). Red value is 1 (0.78% from 255 or 0.84% from 119); Green value is 54 (21.48% from 255 or 45.38% from 119); Blue value is 64 (25.39% from 255 or 53.78% from 119); Max value from RGB is 64 - color contains mainly: blue. Hex color #013640 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #013640 is #FEC9BF. Grayscale: #272727. Windows color (decimal): -16697792 or 4208129. OLE color: 4208129.
HSL color Cylindrical-coordinate representation of color #013640: hue angle of 189.52º degrees, saturation: 0.97, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #013640 is Cyan = 0.98, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 1 | 54 | 64 | - |
| CMYK | 0.98 | 0.16 | 0 | 0.75 |
| HSL | 189.52º | 0.97% | 0.13% | - |
| HSV(B) | 189.52º | 0.98% | 0.25% | - |
| XYZ | 2.26 | 3.01 | 5.31 | - |
| YUV | 39.29 | 141.94 | 100.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 54 | 64 | 0.98 | 0.16 | 0 | 0.75 | 189.52 | 0.97 | 0.13 |
| Hex | 1 | 36 | 40 | 62 | 10 | 0 | 4B | BE | 61 | D |
| Octal | 1 | 66 | 100 | 142 | 20 | 0 | 113 | 276 | 141 | 15 |
| Binary | 1 | 110110 | 1000000 | 1100010 | 10000 | 0 | 1001011 | 10111110 | 1100001 | 1101 |
Color Harmonies of #013640
Complementary color
Monochromatic Colors of #013640
Black with #013640
Text Example
Text Example
White with #013640
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #013640; }
p { color: rgb(1,54,64); }
H1.HeaderClassName
{
color: #013640;
}
.AnyTagClassName
{
color: #013640;
}
</style>
background-color css
<style>
a { background-color: #013640; }
a { background-color: rgb(1,54,64); }
div.DivClassName
{
background-color: #013640;
}
.BgClassName
{
background-color: #013640;
}
</style>
border-color css
<style>
span { border-color: #013640; }
span { border-color: rgb(1,54,64); }
td.TdClassName
{
border-color: #013640;
}
.TagClassName
{
border-color: #013640;
}
</style>