Shades of Sherpa Blue #013140
Tints of Sherpa Blue #013140
RGB
CMYK
RGB Variations
Color information
#013140 (or 0x013140) is known color: Sherpa Blue. HEX triplet: 01, 31 and 40. RGB value is (1,49,64). Sum of RGB (Red+Green+Blue) = 1+49+64=114 (15% of max value = 765). Red value is 1 (0.78% from 255 or 0.88% from 114); Green value is 49 (19.53% from 255 or 42.98% from 114); Blue value is 64 (25.39% from 255 or 56.14% from 114); Max value from RGB is 64 - color contains mainly: blue. Hex color #013140 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #013140 is #FECEBF. Grayscale: #242424. Windows color (decimal): -16699072 or 4206849. OLE color: 4206849.
HSL color Cylindrical-coordinate representation of color #013140: hue angle of 194.29º 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 #013140 is Cyan = 0.98, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 1 | 49 | 64 | - |
| CMYK | 0.98 | 0.23 | 0 | 0.75 |
| HSL | 194.29º | 0.97% | 0.13% | - |
| HSV(B) | 194.29º | 0.98% | 0.25% | - |
| XYZ | 2.04 | 2.57 | 5.24 | - |
| YUV | 36.36 | 143.6 | 102.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 49 | 64 | 0.98 | 0.23 | 0 | 0.75 | 194.29 | 0.97 | 0.13 |
| Hex | 1 | 31 | 40 | 62 | 17 | 0 | 4B | C2 | 61 | D |
| Octal | 1 | 61 | 100 | 142 | 27 | 0 | 113 | 302 | 141 | 15 |
| Binary | 1 | 110001 | 1000000 | 1100010 | 10111 | 0 | 1001011 | 11000010 | 1100001 | 1101 |
Color Harmonies of #013140
Complementary color
Monochromatic Colors of #013140
Black with #013140
Text Example
Text Example
White with #013140
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #013140; }
p { color: rgb(1,49,64); }
H1.HeaderClassName
{
color: #013140;
}
.AnyTagClassName
{
color: #013140;
}
</style>
background-color css
<style>
a { background-color: #013140; }
a { background-color: rgb(1,49,64); }
div.DivClassName
{
background-color: #013140;
}
.BgClassName
{
background-color: #013140;
}
</style>
border-color css
<style>
span { border-color: #013140; }
span { border-color: rgb(1,49,64); }
td.TdClassName
{
border-color: #013140;
}
.TagClassName
{
border-color: #013140;
}
</style>