Shades of Sherpa Blue #013A51
Tints of Sherpa Blue #013A51
RGB
CMYK
RGB Variations
Color information
#013A51 (or 0x013A51) is known color: Sherpa Blue. HEX triplet: 01, 3A and 51. RGB value is (1,58,81). Sum of RGB (Red+Green+Blue) = 1+58+81=140 (18% of max value = 765). Red value is 1 (0.78% from 255 or 0.71% from 140); Green value is 58 (23.05% from 255 or 41.43% from 140); Blue value is 81 (32.03% from 255 or 57.86% from 140); Max value from RGB is 81 - color contains mainly: blue. Hex color #013A51 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #013A51 is #FEC5AE. Grayscale: #2B2B2B. Windows color (decimal): -16696751 or 5323265. OLE color: 5323265.
HSL color Cylindrical-coordinate representation of color #013A51: hue angle of 197.25º degrees, saturation: 0.98, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #013A51 is Cyan = 0.99, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 1 | 58 | 81 | - |
| CMYK | 0.99 | 0.28 | 0 | 0.68 |
| HSL | 197.25º | 0.98% | 0.16% | - |
| HSV(B) | 197.25º | 0.99% | 0.32% | - |
| XYZ | 3.01 | 3.63 | 8.33 | - |
| YUV | 43.58 | 149.12 | 97.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 58 | 81 | 0.99 | 0.28 | 0 | 0.68 | 197.25 | 0.98 | 0.16 |
| Hex | 1 | 3A | 51 | 63 | 1C | 0 | 44 | C5 | 62 | 10 |
| Octal | 1 | 72 | 121 | 143 | 34 | 0 | 104 | 305 | 142 | 20 |
| Binary | 1 | 111010 | 1010001 | 1100011 | 11100 | 0 | 1000100 | 11000101 | 1100010 | 10000 |
Color Harmonies of #013A51
Complementary color
Monochromatic Colors of #013A51
Black with #013A51
Text Example
Text Example
White with #013A51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #013A51; }
p { color: rgb(1,58,81); }
H1.HeaderClassName
{
color: #013A51;
}
.AnyTagClassName
{
color: #013A51;
}
</style>
background-color css
<style>
a { background-color: #013A51; }
a { background-color: rgb(1,58,81); }
div.DivClassName
{
background-color: #013A51;
}
.BgClassName
{
background-color: #013A51;
}
</style>
border-color css
<style>
span { border-color: #013A51; }
span { border-color: rgb(1,58,81); }
td.TdClassName
{
border-color: #013A51;
}
.TagClassName
{
border-color: #013A51;
}
</style>