Shades of Sherpa Blue #01364C
Tints of Sherpa Blue #01364C
RGB
CMYK
RGB Variations
Color information
#01364C (or 0x01364C) is known color: Sherpa Blue. HEX triplet: 01, 36 and 4C. RGB value is (1,54,76). Sum of RGB (Red+Green+Blue) = 1+54+76=131 (17% of max value = 765). Red value is 1 (0.78% from 255 or 0.76% from 131); Green value is 54 (21.48% from 255 or 41.22% from 131); Blue value is 76 (30.08% from 255 or 58.02% from 131); Max value from RGB is 76 - color contains mainly: blue. Hex color #01364C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #01364C is #FEC9B3. Grayscale: #282828. Windows color (decimal): -16697780 or 4994561. OLE color: 4994561.
HSL color Cylindrical-coordinate representation of color #01364C: hue angle of 197.6º 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 #01364C is Cyan = 0.99, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 1 | 54 | 76 | - |
| CMYK | 0.99 | 0.29 | 0 | 0.70 |
| HSL | 197.6º | 0.97% | 0.15% | - |
| HSV(B) | 197.6º | 0.99% | 0.3% | - |
| XYZ | 2.64 | 3.17 | 7.31 | - |
| YUV | 40.66 | 147.94 | 99.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 54 | 76 | 0.99 | 0.29 | 0 | 0.70 | 197.6 | 0.97 | 0.15 |
| Hex | 1 | 36 | 4C | 63 | 1D | 0 | 46 | C6 | 61 | F |
| Octal | 1 | 66 | 114 | 143 | 35 | 0 | 106 | 306 | 141 | 17 |
| Binary | 1 | 110110 | 1001100 | 1100011 | 11101 | 0 | 1000110 | 11000110 | 1100001 | 1111 |
Color Harmonies of #01364C
Complementary color
Monochromatic Colors of #01364C
Black with #01364C
Text Example
Text Example
White with #01364C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01364C; }
p { color: rgb(1,54,76); }
H1.HeaderClassName
{
color: #01364C;
}
.AnyTagClassName
{
color: #01364C;
}
</style>
background-color css
<style>
a { background-color: #01364C; }
a { background-color: rgb(1,54,76); }
div.DivClassName
{
background-color: #01364C;
}
.BgClassName
{
background-color: #01364C;
}
</style>
border-color css
<style>
span { border-color: #01364C; }
span { border-color: rgb(1,54,76); }
td.TdClassName
{
border-color: #01364C;
}
.TagClassName
{
border-color: #01364C;
}
</style>