Shades of Sherpa Blue #01464C
Tints of Sherpa Blue #01464C
RGB
CMYK
RGB Variations
Color information
#01464C (or 0x01464C) is known color: Sherpa Blue. HEX triplet: 01, 46 and 4C. RGB value is (1,70,76). Sum of RGB (Red+Green+Blue) = 1+70+76=147 (19% of max value = 765). Red value is 1 (0.78% from 255 or 0.68% from 147); Green value is 70 (27.73% from 255 or 47.62% from 147); Blue value is 76 (30.08% from 255 or 51.70% from 147); Max value from RGB is 76 - color contains mainly: blue. Hex color #01464C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #01464C is #FEB9B3. Grayscale: #313131. Windows color (decimal): -16693684 or 4998657. OLE color: 4998657.
HSL color Cylindrical-coordinate representation of color #01464C: hue angle of 184.8º degrees, saturation: 0.97, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01464C is Cyan = 0.99, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 1 | 70 | 76 | - |
| CMYK | 0.99 | 0.08 | 0 | 0.70 |
| HSL | 184.8º | 0.97% | 0.15% | - |
| HSV(B) | 184.8º | 0.99% | 0.3% | - |
| XYZ | 3.51 | 4.91 | 7.6 | - |
| YUV | 50.05 | 142.64 | 93.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 70 | 76 | 0.99 | 0.08 | 0 | 0.70 | 184.8 | 0.97 | 0.15 |
| Hex | 1 | 46 | 4C | 63 | 8 | 0 | 46 | B9 | 61 | F |
| Octal | 1 | 106 | 114 | 143 | 10 | 0 | 106 | 271 | 141 | 17 |
| Binary | 1 | 1000110 | 1001100 | 1100011 | 1000 | 0 | 1000110 | 10111001 | 1100001 | 1111 |
Color Harmonies of #01464C
Complementary color
Monochromatic Colors of #01464C
Black with #01464C
Text Example
Text Example
White with #01464C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01464C; }
p { color: rgb(1,70,76); }
H1.HeaderClassName
{
color: #01464C;
}
.AnyTagClassName
{
color: #01464C;
}
</style>
background-color css
<style>
a { background-color: #01464C; }
a { background-color: rgb(1,70,76); }
div.DivClassName
{
background-color: #01464C;
}
.BgClassName
{
background-color: #01464C;
}
</style>
border-color css
<style>
span { border-color: #01464C; }
span { border-color: rgb(1,70,76); }
td.TdClassName
{
border-color: #01464C;
}
.TagClassName
{
border-color: #01464C;
}
</style>