Shades of Sherpa Blue #014C53
Tints of Sherpa Blue #014C53
RGB
CMYK
RGB Variations
Color information
#014C53 (or 0x014C53) is known color: Sherpa Blue. HEX triplet: 01, 4C and 53. RGB value is (1,76,83). Sum of RGB (Red+Green+Blue) = 1+76+83=160 (21% of max value = 765). Red value is 1 (0.78% from 255 or 0.62% from 160); Green value is 76 (30.08% from 255 or 47.5% from 160); Blue value is 83 (32.81% from 255 or 51.88% from 160); Max value from RGB is 83 - color contains mainly: blue. Hex color #014C53 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #014C53 is #FEB3AC. Grayscale: #363636. Windows color (decimal): -16692141 or 5458945. OLE color: 5458945.
HSL color Cylindrical-coordinate representation of color #014C53: hue angle of 185.12º 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 #014C53 is Cyan = 0.99, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 1 | 76 | 83 | - |
| CMYK | 0.99 | 0.08 | 0 | 0.67 |
| HSL | 185.12º | 0.98% | 0.16% | - |
| HSV(B) | 185.12º | 0.99% | 0.33% | - |
| XYZ | 4.16 | 5.8 | 9.08 | - |
| YUV | 54.37 | 144.15 | 89.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 76 | 83 | 0.99 | 0.08 | 0 | 0.67 | 185.12 | 0.98 | 0.16 |
| Hex | 1 | 4C | 53 | 63 | 8 | 0 | 43 | B9 | 62 | 10 |
| Octal | 1 | 114 | 123 | 143 | 10 | 0 | 103 | 271 | 142 | 20 |
| Binary | 1 | 1001100 | 1010011 | 1100011 | 1000 | 0 | 1000011 | 10111001 | 1100010 | 10000 |
Color Harmonies of #014C53
Complementary color
Monochromatic Colors of #014C53
Black with #014C53
Text Example
Text Example
White with #014C53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #014C53; }
p { color: rgb(1,76,83); }
H1.HeaderClassName
{
color: #014C53;
}
.AnyTagClassName
{
color: #014C53;
}
</style>
background-color css
<style>
a { background-color: #014C53; }
a { background-color: rgb(1,76,83); }
div.DivClassName
{
background-color: #014C53;
}
.BgClassName
{
background-color: #014C53;
}
</style>
border-color css
<style>
span { border-color: #014C53; }
span { border-color: rgb(1,76,83); }
td.TdClassName
{
border-color: #014C53;
}
.TagClassName
{
border-color: #014C53;
}
</style>