Shades of Sherpa Blue #013D4D
Tints of Sherpa Blue #013D4D
RGB
CMYK
RGB Variations
Color information
#013D4D (or 0x013D4D) is known color: Sherpa Blue. HEX triplet: 01, 3D and 4D. RGB value is (1,61,77). Sum of RGB (Red+Green+Blue) = 1+61+77=139 (18% of max value = 765). Red value is 1 (0.78% from 255 or 0.72% from 139); Green value is 61 (24.22% from 255 or 43.88% from 139); Blue value is 77 (30.47% from 255 or 55.40% from 139); Max value from RGB is 77 - color contains mainly: blue. Hex color #013D4D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #013D4D is #FEC2B2. Grayscale: #2C2C2C. Windows color (decimal): -16695987 or 5061889. OLE color: 5061889.
HSL color Cylindrical-coordinate representation of color #013D4D: hue angle of 192.63º degrees, saturation: 0.97, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #013D4D is Cyan = 0.99, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 1 | 61 | 77 | - |
| CMYK | 0.99 | 0.21 | 0 | 0.70 |
| HSL | 192.63º | 0.97% | 0.15% | - |
| HSV(B) | 192.63º | 0.99% | 0.3% | - |
| XYZ | 3.02 | 3.88 | 7.61 | - |
| YUV | 44.88 | 146.12 | 96.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 61 | 77 | 0.99 | 0.21 | 0 | 0.70 | 192.63 | 0.97 | 0.15 |
| Hex | 1 | 3D | 4D | 63 | 15 | 0 | 46 | C1 | 61 | F |
| Octal | 1 | 75 | 115 | 143 | 25 | 0 | 106 | 301 | 141 | 17 |
| Binary | 1 | 111101 | 1001101 | 1100011 | 10101 | 0 | 1000110 | 11000001 | 1100001 | 1111 |
Color Harmonies of #013D4D
Complementary color
Monochromatic Colors of #013D4D
Black with #013D4D
Text Example
Text Example
White with #013D4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #013D4D; }
p { color: rgb(1,61,77); }
H1.HeaderClassName
{
color: #013D4D;
}
.AnyTagClassName
{
color: #013D4D;
}
</style>
background-color css
<style>
a { background-color: #013D4D; }
a { background-color: rgb(1,61,77); }
div.DivClassName
{
background-color: #013D4D;
}
.BgClassName
{
background-color: #013D4D;
}
</style>
border-color css
<style>
span { border-color: #013D4D; }
span { border-color: rgb(1,61,77); }
td.TdClassName
{
border-color: #013D4D;
}
.TagClassName
{
border-color: #013D4D;
}
</style>