Shades of Sherpa Blue #01495A
Tints of Sherpa Blue #01495A
RGB
CMYK
RGB Variations
Color information
#01495A (or 0x01495A) is known color: Sherpa Blue. HEX triplet: 01, 49 and 5A. RGB value is (1,73,90). Sum of RGB (Red+Green+Blue) = 1+73+90=164 (21% of max value = 765). Red value is 1 (0.78% from 255 or 0.61% from 164); Green value is 73 (28.91% from 255 or 44.51% from 164); Blue value is 90 (35.55% from 255 or 54.88% from 164); Max value from RGB is 90 - color contains mainly: blue. Hex color #01495A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #01495A is #FEB6A5. Grayscale: #353535. Windows color (decimal): -16692902 or 5916929. OLE color: 5916929.
HSL color Cylindrical-coordinate representation of color #01495A: hue angle of 191.46º degrees, saturation: 0.98, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01495A is Cyan = 0.99, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 1 | 73 | 90 | - |
| CMYK | 0.99 | 0.19 | 0 | 0.65 |
| HSL | 191.46º | 0.98% | 0.18% | - |
| HSV(B) | 191.46º | 0.99% | 0.35% | - |
| XYZ | 4.24 | 5.51 | 10.51 | - |
| YUV | 53.41 | 148.65 | 90.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 73 | 90 | 0.99 | 0.19 | 0 | 0.65 | 191.46 | 0.98 | 0.18 |
| Hex | 1 | 49 | 5A | 63 | 13 | 0 | 41 | BF | 62 | 12 |
| Octal | 1 | 111 | 132 | 143 | 23 | 0 | 101 | 277 | 142 | 22 |
| Binary | 1 | 1001001 | 1011010 | 1100011 | 10011 | 0 | 1000001 | 10111111 | 1100010 | 10010 |
Color Harmonies of #01495A
Complementary color
Monochromatic Colors of #01495A
Black with #01495A
Text Example
Text Example
White with #01495A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01495A; }
p { color: rgb(1,73,90); }
H1.HeaderClassName
{
color: #01495A;
}
.AnyTagClassName
{
color: #01495A;
}
</style>
background-color css
<style>
a { background-color: #01495A; }
a { background-color: rgb(1,73,90); }
div.DivClassName
{
background-color: #01495A;
}
.BgClassName
{
background-color: #01495A;
}
</style>
border-color css
<style>
span { border-color: #01495A; }
span { border-color: rgb(1,73,90); }
td.TdClassName
{
border-color: #01495A;
}
.TagClassName
{
border-color: #01495A;
}
</style>