Shades of Sherpa Blue #014D5D
Tints of Sherpa Blue #014D5D
RGB
CMYK
RGB Variations
Color information
#014D5D (or 0x014D5D) is known color: Sherpa Blue. HEX triplet: 01, 4D and 5D. RGB value is (1,77,93). Sum of RGB (Red+Green+Blue) = 1+77+93=171 (22% of max value = 765). Red value is 1 (0.78% from 255 or 0.58% from 171); Green value is 77 (30.47% from 255 or 45.03% from 171); Blue value is 93 (36.72% from 255 or 54.39% from 171); Max value from RGB is 93 - color contains mainly: blue. Hex color #014D5D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #014D5D is #FEB2A2. Grayscale: #373737. Windows color (decimal): -16691875 or 6114561. OLE color: 6114561.
HSL color Cylindrical-coordinate representation of color #014D5D: hue angle of 190.43º degrees, saturation: 0.98, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #014D5D is Cyan = 0.99, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 1 | 77 | 93 | - |
| CMYK | 0.99 | 0.17 | 0 | 0.64 |
| HSL | 190.43º | 0.98% | 0.18% | - |
| HSV(B) | 190.43º | 0.99% | 0.36% | - |
| XYZ | 4.64 | 6.1 | 11.29 | - |
| YUV | 56.1 | 148.82 | 88.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 77 | 93 | 0.99 | 0.17 | 0 | 0.64 | 190.43 | 0.98 | 0.18 |
| Hex | 1 | 4D | 5D | 63 | 11 | 0 | 40 | BE | 62 | 12 |
| Octal | 1 | 115 | 135 | 143 | 21 | 0 | 100 | 276 | 142 | 22 |
| Binary | 1 | 1001101 | 1011101 | 1100011 | 10001 | 0 | 1000000 | 10111110 | 1100010 | 10010 |
Color Harmonies of #014D5D
Complementary color
Monochromatic Colors of #014D5D
Black with #014D5D
Text Example
Text Example
White with #014D5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #014D5D; }
p { color: rgb(1,77,93); }
H1.HeaderClassName
{
color: #014D5D;
}
.AnyTagClassName
{
color: #014D5D;
}
</style>
background-color css
<style>
a { background-color: #014D5D; }
a { background-color: rgb(1,77,93); }
div.DivClassName
{
background-color: #014D5D;
}
.BgClassName
{
background-color: #014D5D;
}
</style>
border-color css
<style>
span { border-color: #014D5D; }
span { border-color: rgb(1,77,93); }
td.TdClassName
{
border-color: #014D5D;
}
.TagClassName
{
border-color: #014D5D;
}
</style>