Shades of Sherpa Blue #013841
Tints of Sherpa Blue #013841
RGB
CMYK
RGB Variations
Color information
#013841 (or 0x013841) is known color: Sherpa Blue. HEX triplet: 01, 38 and 41. RGB value is (1,56,65). Sum of RGB (Red+Green+Blue) = 1+56+65=122 (16% of max value = 765). Red value is 1 (0.78% from 255 or 0.82% from 122); Green value is 56 (22.27% from 255 or 45.90% from 122); Blue value is 65 (25.78% from 255 or 53.28% from 122); Max value from RGB is 65 - color contains mainly: blue. Hex color #013841 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #013841 is #FEC7BE. Grayscale: #282828. Windows color (decimal): -16697279 or 4274177. OLE color: 4274177.
HSL color Cylindrical-coordinate representation of color #013841: hue angle of 188.44º 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 #013841 is Cyan = 0.98, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 1 | 56 | 65 | - |
| CMYK | 0.98 | 0.14 | 0 | 0.75 |
| HSL | 188.44º | 0.97% | 0.13% | - |
| HSV(B) | 188.44º | 0.98% | 0.25% | - |
| XYZ | 2.38 | 3.22 | 5.5 | - |
| YUV | 40.58 | 141.78 | 99.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 56 | 65 | 0.98 | 0.14 | 0 | 0.75 | 188.44 | 0.97 | 0.13 |
| Hex | 1 | 38 | 41 | 62 | E | 0 | 4B | BC | 61 | D |
| Octal | 1 | 70 | 101 | 142 | 16 | 0 | 113 | 274 | 141 | 15 |
| Binary | 1 | 111000 | 1000001 | 1100010 | 1110 | 0 | 1001011 | 10111100 | 1100001 | 1101 |
Color Harmonies of #013841
Complementary color
Monochromatic Colors of #013841
Black with #013841
Text Example
Text Example
White with #013841
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #013841; }
p { color: rgb(1,56,65); }
H1.HeaderClassName
{
color: #013841;
}
.AnyTagClassName
{
color: #013841;
}
</style>
background-color css
<style>
a { background-color: #013841; }
a { background-color: rgb(1,56,65); }
div.DivClassName
{
background-color: #013841;
}
.BgClassName
{
background-color: #013841;
}
</style>
border-color css
<style>
span { border-color: #013841; }
span { border-color: rgb(1,56,65); }
td.TdClassName
{
border-color: #013841;
}
.TagClassName
{
border-color: #013841;
}
</style>