Shades of Sherpa Blue #01495C
Tints of Sherpa Blue #01495C
RGB
CMYK
RGB Variations
Color information
#01495C (or 0x01495C) is known color: Sherpa Blue. HEX triplet: 01, 49 and 5C. RGB value is (1,73,92). Sum of RGB (Red+Green+Blue) = 1+73+92=166 (21% of max value = 765). Red value is 1 (0.78% from 255 or 0.60% from 166); Green value is 73 (28.91% from 255 or 43.98% from 166); Blue value is 92 (36.33% from 255 or 55.42% from 166); Max value from RGB is 92 - color contains mainly: blue. Hex color #01495C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #01495C is #FEB6A3. Grayscale: #353535. Windows color (decimal): -16692900 or 6048001. OLE color: 6048001.
HSL color Cylindrical-coordinate representation of color #01495C: hue angle of 192.53º degrees, saturation: 0.98, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01495C is Cyan = 0.99, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 1 | 73 | 92 | - |
| CMYK | 0.99 | 0.21 | 0 | 0.64 |
| HSL | 192.53º | 0.98% | 0.18% | - |
| HSV(B) | 192.53º | 0.99% | 0.36% | - |
| XYZ | 4.33 | 5.54 | 10.97 | - |
| YUV | 53.64 | 149.65 | 90.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 73 | 92 | 0.99 | 0.21 | 0 | 0.64 | 192.53 | 0.98 | 0.18 |
| Hex | 1 | 49 | 5C | 63 | 15 | 0 | 40 | C1 | 62 | 12 |
| Octal | 1 | 111 | 134 | 143 | 25 | 0 | 100 | 301 | 142 | 22 |
| Binary | 1 | 1001001 | 1011100 | 1100011 | 10101 | 0 | 1000000 | 11000001 | 1100010 | 10010 |
Color Harmonies of #01495C
Complementary color
Monochromatic Colors of #01495C
Black with #01495C
Text Example
Text Example
White with #01495C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01495C; }
p { color: rgb(1,73,92); }
H1.HeaderClassName
{
color: #01495C;
}
.AnyTagClassName
{
color: #01495C;
}
</style>
background-color css
<style>
a { background-color: #01495C; }
a { background-color: rgb(1,73,92); }
div.DivClassName
{
background-color: #01495C;
}
.BgClassName
{
background-color: #01495C;
}
</style>
border-color css
<style>
span { border-color: #01495C; }
span { border-color: rgb(1,73,92); }
td.TdClassName
{
border-color: #01495C;
}
.TagClassName
{
border-color: #01495C;
}
</style>