Shades of Sherpa Blue #01495E
Tints of Sherpa Blue #01495E
RGB
CMYK
RGB Variations
Color information
#01495E (or 0x01495E) is known color: Sherpa Blue. HEX triplet: 01, 49 and 5E. RGB value is (1,73,94). Sum of RGB (Red+Green+Blue) = 1+73+94=168 (22% of max value = 765). Red value is 1 (0.78% from 255 or 0.60% from 168); Green value is 73 (28.91% from 255 or 43.45% from 168); Blue value is 94 (37.11% from 255 or 55.95% from 168); Max value from RGB is 94 - color contains mainly: blue. Hex color #01495E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #01495E is #FEB6A1. Grayscale: #353535. Windows color (decimal): -16692898 or 6179073. OLE color: 6179073.
HSL color Cylindrical-coordinate representation of color #01495E: hue angle of 193.55º degrees, saturation: 0.98, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01495E is Cyan = 0.99, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 1 | 73 | 94 | - |
| CMYK | 0.99 | 0.22 | 0 | 0.63 |
| HSL | 193.55º | 0.98% | 0.19% | - |
| HSV(B) | 193.55º | 0.99% | 0.37% | - |
| XYZ | 4.42 | 5.58 | 11.43 | - |
| YUV | 53.87 | 150.65 | 90.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 73 | 94 | 0.99 | 0.22 | 0 | 0.63 | 193.55 | 0.98 | 0.19 |
| Hex | 1 | 49 | 5E | 63 | 16 | 0 | 3F | C2 | 62 | 13 |
| Octal | 1 | 111 | 136 | 143 | 26 | 0 | 77 | 302 | 142 | 23 |
| Binary | 1 | 1001001 | 1011110 | 1100011 | 10110 | 0 | 111111 | 11000010 | 1100010 | 10011 |
Color Harmonies of #01495E
Complementary color
Monochromatic Colors of #01495E
Black with #01495E
Text Example
Text Example
White with #01495E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01495E; }
p { color: rgb(1,73,94); }
H1.HeaderClassName
{
color: #01495E;
}
.AnyTagClassName
{
color: #01495E;
}
</style>
background-color css
<style>
a { background-color: #01495E; }
a { background-color: rgb(1,73,94); }
div.DivClassName
{
background-color: #01495E;
}
.BgClassName
{
background-color: #01495E;
}
</style>
border-color css
<style>
span { border-color: #01495E; }
span { border-color: rgb(1,73,94); }
td.TdClassName
{
border-color: #01495E;
}
.TagClassName
{
border-color: #01495E;
}
</style>