Shades of Sherpa Blue #014546
Tints of Sherpa Blue #014546
RGB
CMYK
RGB Variations
Color information
#014546 (or 0x014546) is known color: Sherpa Blue. HEX triplet: 01, 45 and 46. RGB value is (1,69,70). Sum of RGB (Red+Green+Blue) = 1+69+70=140 (18% of max value = 765). Red value is 1 (0.78% from 255 or 0.71% from 140); Green value is 69 (27.34% from 255 or 49.29% from 140); Blue value is 70 (27.73% from 255 or 50% from 140); Max value from RGB is 70 - color contains mainly: blue. Hex color #014546 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #014546 is #FEBAB9. Grayscale: #303030. Windows color (decimal): -16693946 or 4605185. OLE color: 4605185.
HSL color Cylindrical-coordinate representation of color #014546: hue angle of 180.87º 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 #014546 is Cyan = 0.99, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 1 | 69 | 70 | - |
| CMYK | 0.99 | 0.01 | 0 | 0.73 |
| HSL | 180.87º | 0.97% | 0.14% | - |
| HSV(B) | 180.87º | 0.99% | 0.27% | - |
| XYZ | 3.25 | 4.7 | 6.53 | - |
| YUV | 48.78 | 139.97 | 93.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 69 | 70 | 0.99 | 0.01 | 0 | 0.73 | 180.87 | 0.97 | 0.14 |
| Hex | 1 | 45 | 46 | 63 | 1 | 0 | 49 | B5 | 61 | E |
| Octal | 1 | 105 | 106 | 143 | 1 | 0 | 111 | 265 | 141 | 16 |
| Binary | 1 | 1000101 | 1000110 | 1100011 | 1 | 0 | 1001001 | 10110101 | 1100001 | 1110 |
Color Harmonies of #014546
Complementary color
Monochromatic Colors of #014546
Black with #014546
Text Example
Text Example
White with #014546
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #014546; }
p { color: rgb(1,69,70); }
H1.HeaderClassName
{
color: #014546;
}
.AnyTagClassName
{
color: #014546;
}
</style>
background-color css
<style>
a { background-color: #014546; }
a { background-color: rgb(1,69,70); }
div.DivClassName
{
background-color: #014546;
}
.BgClassName
{
background-color: #014546;
}
</style>
border-color css
<style>
span { border-color: #014546; }
span { border-color: rgb(1,69,70); }
td.TdClassName
{
border-color: #014546;
}
.TagClassName
{
border-color: #014546;
}
</style>