Shades of Sherpa Blue #014D53
Tints of Sherpa Blue #014D53
RGB
CMYK
RGB Variations
Color information
#014D53 (or 0x014D53) is known color: Sherpa Blue. HEX triplet: 01, 4D and 53. RGB value is (1,77,83). Sum of RGB (Red+Green+Blue) = 1+77+83=161 (21% of max value = 765). Red value is 1 (0.78% from 255 or 0.62% from 161); Green value is 77 (30.47% from 255 or 47.83% from 161); Blue value is 83 (32.81% from 255 or 51.55% from 161); Max value from RGB is 83 - color contains mainly: blue. Hex color #014D53 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #014D53 is #FEB2AC. Grayscale: #363636. Windows color (decimal): -16691885 or 5459201. OLE color: 5459201.
HSL color Cylindrical-coordinate representation of color #014D53: hue angle of 184.39º degrees, saturation: 0.98, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #014D53 is Cyan = 0.99, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 1 | 77 | 83 | - |
| CMYK | 0.99 | 0.07 | 0 | 0.67 |
| HSL | 184.39º | 0.98% | 0.16% | - |
| HSV(B) | 184.39º | 0.99% | 0.33% | - |
| XYZ | 4.23 | 5.94 | 9.11 | - |
| YUV | 54.96 | 143.82 | 89.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 77 | 83 | 0.99 | 0.07 | 0 | 0.67 | 184.39 | 0.98 | 0.16 |
| Hex | 1 | 4D | 53 | 63 | 7 | 0 | 43 | B8 | 62 | 10 |
| Octal | 1 | 115 | 123 | 143 | 7 | 0 | 103 | 270 | 142 | 20 |
| Binary | 1 | 1001101 | 1010011 | 1100011 | 111 | 0 | 1000011 | 10111000 | 1100010 | 10000 |
Color Harmonies of #014D53
Complementary color
Monochromatic Colors of #014D53
Black with #014D53
Text Example
Text Example
White with #014D53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #014D53; }
p { color: rgb(1,77,83); }
H1.HeaderClassName
{
color: #014D53;
}
.AnyTagClassName
{
color: #014D53;
}
</style>
background-color css
<style>
a { background-color: #014D53; }
a { background-color: rgb(1,77,83); }
div.DivClassName
{
background-color: #014D53;
}
.BgClassName
{
background-color: #014D53;
}
</style>
border-color css
<style>
span { border-color: #014D53; }
span { border-color: rgb(1,77,83); }
td.TdClassName
{
border-color: #014D53;
}
.TagClassName
{
border-color: #014D53;
}
</style>