Shades of Sherpa Blue #013642
Tints of Sherpa Blue #013642
RGB
CMYK
RGB Variations
Color information
#013642 (or 0x013642) is known color: Sherpa Blue. HEX triplet: 01, 36 and 42. RGB value is (1,54,66). Sum of RGB (Red+Green+Blue) = 1+54+66=121 (16% of max value = 765). Red value is 1 (0.78% from 255 or 0.83% from 121); Green value is 54 (21.48% from 255 or 44.63% from 121); Blue value is 66 (26.17% from 255 or 54.55% from 121); Max value from RGB is 66 - color contains mainly: blue. Hex color #013642 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #013642 is #FEC9BD. Grayscale: #272727. Windows color (decimal): -16697790 or 4339201. OLE color: 4339201.
HSL color Cylindrical-coordinate representation of color #013642: hue angle of 191.08º degrees, saturation: 0.97, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #013642 is Cyan = 0.98, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 1 | 54 | 66 | - |
| CMYK | 0.98 | 0.18 | 0 | 0.74 |
| HSL | 191.08º | 0.97% | 0.13% | - |
| HSV(B) | 191.08º | 0.98% | 0.26% | - |
| XYZ | 2.32 | 3.04 | 5.62 | - |
| YUV | 39.52 | 142.94 | 100.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 54 | 66 | 0.98 | 0.18 | 0 | 0.74 | 191.08 | 0.97 | 0.13 |
| Hex | 1 | 36 | 42 | 62 | 12 | 0 | 4A | BF | 61 | D |
| Octal | 1 | 66 | 102 | 142 | 22 | 0 | 112 | 277 | 141 | 15 |
| Binary | 1 | 110110 | 1000010 | 1100010 | 10010 | 0 | 1001010 | 10111111 | 1100001 | 1101 |
Color Harmonies of #013642
Complementary color
Monochromatic Colors of #013642
Black with #013642
Text Example
Text Example
White with #013642
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #013642; }
p { color: rgb(1,54,66); }
H1.HeaderClassName
{
color: #013642;
}
.AnyTagClassName
{
color: #013642;
}
</style>
background-color css
<style>
a { background-color: #013642; }
a { background-color: rgb(1,54,66); }
div.DivClassName
{
background-color: #013642;
}
.BgClassName
{
background-color: #013642;
}
</style>
border-color css
<style>
span { border-color: #013642; }
span { border-color: rgb(1,54,66); }
td.TdClassName
{
border-color: #013642;
}
.TagClassName
{
border-color: #013642;
}
</style>