Shades of Sherpa Blue #01455C
Tints of Sherpa Blue #01455C
RGB
CMYK
RGB Variations
Color information
#01455C (or 0x01455C) is known color: Sherpa Blue. HEX triplet: 01, 45 and 5C. RGB value is (1,69,92). Sum of RGB (Red+Green+Blue) = 1+69+92=162 (21% of max value = 765). Red value is 1 (0.78% from 255 or 0.62% from 162); Green value is 69 (27.34% from 255 or 42.59% from 162); Blue value is 92 (36.33% from 255 or 56.79% from 162); Max value from RGB is 92 - color contains mainly: blue. Hex color #01455C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #01455C is #FEBAA3. Grayscale: #333333. Windows color (decimal): -16693924 or 6046977. OLE color: 6046977.
HSL color Cylindrical-coordinate representation of color #01455C: hue angle of 195.16º 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 #01455C is Cyan = 0.99, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 1 | 69 | 92 | - |
| CMYK | 0.99 | 0.25 | 0 | 0.64 |
| HSL | 195.16º | 0.98% | 0.18% | - |
| HSV(B) | 195.16º | 0.99% | 0.36% | - |
| XYZ | 4.07 | 5.04 | 10.88 | - |
| YUV | 51.29 | 150.97 | 92.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 69 | 92 | 0.99 | 0.25 | 0 | 0.64 | 195.16 | 0.98 | 0.18 |
| Hex | 1 | 45 | 5C | 63 | 19 | 0 | 40 | C3 | 62 | 12 |
| Octal | 1 | 105 | 134 | 143 | 31 | 0 | 100 | 303 | 142 | 22 |
| Binary | 1 | 1000101 | 1011100 | 1100011 | 11001 | 0 | 1000000 | 11000011 | 1100010 | 10010 |
Color Harmonies of #01455C
Complementary color
Monochromatic Colors of #01455C
Black with #01455C
Text Example
Text Example
White with #01455C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01455C; }
p { color: rgb(1,69,92); }
H1.HeaderClassName
{
color: #01455C;
}
.AnyTagClassName
{
color: #01455C;
}
</style>
background-color css
<style>
a { background-color: #01455C; }
a { background-color: rgb(1,69,92); }
div.DivClassName
{
background-color: #01455C;
}
.BgClassName
{
background-color: #01455C;
}
</style>
border-color css
<style>
span { border-color: #01455C; }
span { border-color: rgb(1,69,92); }
td.TdClassName
{
border-color: #01455C;
}
.TagClassName
{
border-color: #01455C;
}
</style>