Shades of Sherpa Blue #01554A
Tints of Sherpa Blue #01554A
RGB
CMYK
RGB Variations
Color information
#01554A (or 0x01554A) is known color: Sherpa Blue. HEX triplet: 01, 55 and 4A. RGB value is (1,85,74). Sum of RGB (Red+Green+Blue) = 1+85+74=160 (21% of max value = 765). Red value is 1 (0.78% from 255 or 0.62% from 160); Green value is 85 (33.59% from 255 or 53.12% from 160); Blue value is 74 (29.30% from 255 or 46.25% from 160); Max value from RGB is 85 - color contains mainly: green. Hex color #01554A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #01554A is #FEAAB5. Grayscale: #3A3A3A. Windows color (decimal): -16689846 or 4871425. OLE color: 4871425.
HSL color Cylindrical-coordinate representation of color #01554A: hue angle of 172.14º degrees, saturation: 0.98, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01554A is Cyan = 0.99, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 1 | 85 | 74 | - |
| CMYK | 0.99 | 0 | 0.13 | 0.67 |
| HSL | 172.14º | 0.98% | 0.17% | - |
| HSV(B) | 172.14º | 0.99% | 0.33% | - |
| XYZ | 4.5 | 7 | 7.59 | - |
| YUV | 58.63 | 136.67 | 86.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 85 | 74 | 0.99 | 0 | 0.13 | 0.67 | 172.14 | 0.98 | 0.17 |
| Hex | 1 | 55 | 4A | 63 | 0 | D | 43 | AC | 62 | 11 |
| Octal | 1 | 125 | 112 | 143 | 0 | 15 | 103 | 254 | 142 | 21 |
| Binary | 1 | 1010101 | 1001010 | 1100011 | 0 | 1101 | 1000011 | 10101100 | 1100010 | 10001 |
Color Harmonies of #01554A
Complementary color
Monochromatic Colors of #01554A
Black with #01554A
Text Example
Text Example
White with #01554A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01554A; }
p { color: rgb(1,85,74); }
H1.HeaderClassName
{
color: #01554A;
}
.AnyTagClassName
{
color: #01554A;
}
</style>
background-color css
<style>
a { background-color: #01554A; }
a { background-color: rgb(1,85,74); }
div.DivClassName
{
background-color: #01554A;
}
.BgClassName
{
background-color: #01554A;
}
</style>
border-color css
<style>
span { border-color: #01554A; }
span { border-color: rgb(1,85,74); }
td.TdClassName
{
border-color: #01554A;
}
.TagClassName
{
border-color: #01554A;
}
</style>