Shades of Sherpa Blue #013F49
Tints of Sherpa Blue #013F49
RGB
CMYK
RGB Variations
Color information
#013F49 (or 0x013F49) is known color: Sherpa Blue. HEX triplet: 01, 3F and 49. RGB value is (1,63,73). Sum of RGB (Red+Green+Blue) = 1+63+73=137 (18% of max value = 765). Red value is 1 (0.78% from 255 or 0.73% from 137); Green value is 63 (25% from 255 or 45.99% from 137); Blue value is 73 (28.91% from 255 or 53.28% from 137); Max value from RGB is 73 - color contains mainly: blue. Hex color #013F49 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #013F49 is #FEC0B6. Grayscale: #2D2D2D. Windows color (decimal): -16695479 or 4800257. OLE color: 4800257.
HSL color Cylindrical-coordinate representation of color #013F49: hue angle of 188.33º degrees, saturation: 0.97, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #013F49 is Cyan = 0.99, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 1 | 63 | 73 | - |
| CMYK | 0.99 | 0.14 | 0 | 0.71 |
| HSL | 188.33º | 0.97% | 0.15% | - |
| HSV(B) | 188.33º | 0.99% | 0.29% | - |
| XYZ | 2.99 | 4.04 | 6.93 | - |
| YUV | 45.6 | 143.46 | 96.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 63 | 73 | 0.99 | 0.14 | 0 | 0.71 | 188.33 | 0.97 | 0.15 |
| Hex | 1 | 3F | 49 | 63 | E | 0 | 47 | BC | 61 | F |
| Octal | 1 | 77 | 111 | 143 | 16 | 0 | 107 | 274 | 141 | 17 |
| Binary | 1 | 111111 | 1001001 | 1100011 | 1110 | 0 | 1000111 | 10111100 | 1100001 | 1111 |
Color Harmonies of #013F49
Complementary color
Monochromatic Colors of #013F49
Black with #013F49
Text Example
Text Example
White with #013F49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #013F49; }
p { color: rgb(1,63,73); }
H1.HeaderClassName
{
color: #013F49;
}
.AnyTagClassName
{
color: #013F49;
}
</style>
background-color css
<style>
a { background-color: #013F49; }
a { background-color: rgb(1,63,73); }
div.DivClassName
{
background-color: #013F49;
}
.BgClassName
{
background-color: #013F49;
}
</style>
border-color css
<style>
span { border-color: #013F49; }
span { border-color: rgb(1,63,73); }
td.TdClassName
{
border-color: #013F49;
}
.TagClassName
{
border-color: #013F49;
}
</style>