Shades of Sherpa Blue #013A45
Tints of Sherpa Blue #013A45
RGB
CMYK
RGB Variations
Color information
#013A45 (or 0x013A45) is known color: Sherpa Blue. HEX triplet: 01, 3A and 45. RGB value is (1,58,69). Sum of RGB (Red+Green+Blue) = 1+58+69=128 (16% of max value = 765). Red value is 1 (0.78% from 255 or 0.78% from 128); Green value is 58 (23.05% from 255 or 45.31% from 128); Blue value is 69 (27.34% from 255 or 53.91% from 128); Max value from RGB is 69 - color contains mainly: blue. Hex color #013A45 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #013A45 is #FEC5BA. Grayscale: #2A2A2A. Windows color (decimal): -16696763 or 4536833. OLE color: 4536833.
HSL color Cylindrical-coordinate representation of color #013A45: hue angle of 189.71º degrees, saturation: 0.97, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #013A45 is Cyan = 0.99, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 1 | 58 | 69 | - |
| CMYK | 0.99 | 0.16 | 0 | 0.73 |
| HSL | 189.71º | 0.97% | 0.14% | - |
| HSV(B) | 189.71º | 0.99% | 0.27% | - |
| XYZ | 2.6 | 3.46 | 6.16 | - |
| YUV | 42.21 | 143.12 | 98.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 58 | 69 | 0.99 | 0.16 | 0 | 0.73 | 189.71 | 0.97 | 0.14 |
| Hex | 1 | 3A | 45 | 63 | 10 | 0 | 49 | BE | 61 | E |
| Octal | 1 | 72 | 105 | 143 | 20 | 0 | 111 | 276 | 141 | 16 |
| Binary | 1 | 111010 | 1000101 | 1100011 | 10000 | 0 | 1001001 | 10111110 | 1100001 | 1110 |
Color Harmonies of #013A45
Complementary color
Monochromatic Colors of #013A45
Black with #013A45
Text Example
Text Example
White with #013A45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #013A45; }
p { color: rgb(1,58,69); }
H1.HeaderClassName
{
color: #013A45;
}
.AnyTagClassName
{
color: #013A45;
}
</style>
background-color css
<style>
a { background-color: #013A45; }
a { background-color: rgb(1,58,69); }
div.DivClassName
{
background-color: #013A45;
}
.BgClassName
{
background-color: #013A45;
}
</style>
border-color css
<style>
span { border-color: #013A45; }
span { border-color: rgb(1,58,69); }
td.TdClassName
{
border-color: #013A45;
}
.TagClassName
{
border-color: #013A45;
}
</style>