Shades of Sherpa Blue #013B40
Tints of Sherpa Blue #013B40
RGB
CMYK
RGB Variations
Color information
#013B40 (or 0x013B40) is known color: Sherpa Blue. HEX triplet: 01, 3B and 40. RGB value is (1,59,64). Sum of RGB (Red+Green+Blue) = 1+59+64=124 (16% of max value = 765). Red value is 1 (0.78% from 255 or 0.81% from 124); Green value is 59 (23.44% from 255 or 47.58% from 124); Blue value is 64 (25.39% from 255 or 51.61% from 124); Max value from RGB is 64 - color contains mainly: blue. Hex color #013B40 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #013B40 is #FEC4BF. Grayscale: #2A2A2A. Windows color (decimal): -16696512 or 4209409. OLE color: 4209409.
HSL color Cylindrical-coordinate representation of color #013B40: hue angle of 184.76º 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 #013B40 is Cyan = 0.98, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 1 | 59 | 64 | - |
| CMYK | 0.98 | 0.08 | 0 | 0.75 |
| HSL | 184.76º | 0.97% | 0.13% | - |
| HSV(B) | 184.76º | 0.98% | 0.25% | - |
| XYZ | 2.5 | 3.5 | 5.4 | - |
| YUV | 42.23 | 140.28 | 98.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 59 | 64 | 0.98 | 0.08 | 0 | 0.75 | 184.76 | 0.97 | 0.13 |
| Hex | 1 | 3B | 40 | 62 | 8 | 0 | 4B | B9 | 61 | D |
| Octal | 1 | 73 | 100 | 142 | 10 | 0 | 113 | 271 | 141 | 15 |
| Binary | 1 | 111011 | 1000000 | 1100010 | 1000 | 0 | 1001011 | 10111001 | 1100001 | 1101 |
Color Harmonies of #013B40
Complementary color
Monochromatic Colors of #013B40
Black with #013B40
Text Example
Text Example
White with #013B40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #013B40; }
p { color: rgb(1,59,64); }
H1.HeaderClassName
{
color: #013B40;
}
.AnyTagClassName
{
color: #013B40;
}
</style>
background-color css
<style>
a { background-color: #013B40; }
a { background-color: rgb(1,59,64); }
div.DivClassName
{
background-color: #013B40;
}
.BgClassName
{
background-color: #013B40;
}
</style>
border-color css
<style>
span { border-color: #013B40; }
span { border-color: rgb(1,59,64); }
td.TdClassName
{
border-color: #013B40;
}
.TagClassName
{
border-color: #013B40;
}
</style>