Shades of Sherpa Blue #013A47
Tints of Sherpa Blue #013A47
RGB
CMYK
RGB Variations
Color information
#013A47 (or 0x013A47) is known color: Sherpa Blue. HEX triplet: 01, 3A and 47. RGB value is (1,58,71). Sum of RGB (Red+Green+Blue) = 1+58+71=130 (17% of max value = 765). Red value is 1 (0.78% from 255 or 0.77% from 130); Green value is 58 (23.05% from 255 or 44.62% from 130); Blue value is 71 (28.12% from 255 or 54.62% from 130); Max value from RGB is 71 - color contains mainly: blue. Hex color #013A47 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #013A47 is #FEC5B8. Grayscale: #2A2A2A. Windows color (decimal): -16696761 or 4667905. OLE color: 4667905.
HSL color Cylindrical-coordinate representation of color #013A47: hue angle of 191.14º degrees, saturation: 0.97, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #013A47 is Cyan = 0.99, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 1 | 58 | 71 | - |
| CMYK | 0.99 | 0.18 | 0 | 0.72 |
| HSL | 191.14º | 0.97% | 0.14% | - |
| HSV(B) | 191.14º | 0.99% | 0.28% | - |
| XYZ | 2.66 | 3.49 | 6.49 | - |
| YUV | 42.44 | 144.12 | 98.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 58 | 71 | 0.99 | 0.18 | 0 | 0.72 | 191.14 | 0.97 | 0.14 |
| Hex | 1 | 3A | 47 | 63 | 12 | 0 | 48 | BF | 61 | E |
| Octal | 1 | 72 | 107 | 143 | 22 | 0 | 110 | 277 | 141 | 16 |
| Binary | 1 | 111010 | 1000111 | 1100011 | 10010 | 0 | 1001000 | 10111111 | 1100001 | 1110 |
Color Harmonies of #013A47
Complementary color
Monochromatic Colors of #013A47
Black with #013A47
Text Example
Text Example
White with #013A47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #013A47; }
p { color: rgb(1,58,71); }
H1.HeaderClassName
{
color: #013A47;
}
.AnyTagClassName
{
color: #013A47;
}
</style>
background-color css
<style>
a { background-color: #013A47; }
a { background-color: rgb(1,58,71); }
div.DivClassName
{
background-color: #013A47;
}
.BgClassName
{
background-color: #013A47;
}
</style>
border-color css
<style>
span { border-color: #013A47; }
span { border-color: rgb(1,58,71); }
td.TdClassName
{
border-color: #013A47;
}
.TagClassName
{
border-color: #013A47;
}
</style>