Shades of Sherpa Blue #013946
Tints of Sherpa Blue #013946
RGB
CMYK
RGB Variations
Color information
#013946 (or 0x013946) is known color: Sherpa Blue. HEX triplet: 01, 39 and 46. RGB value is (1,57,70). Sum of RGB (Red+Green+Blue) = 1+57+70=128 (16% of max value = 765). Red value is 1 (0.78% from 255 or 0.78% from 128); Green value is 57 (22.66% from 255 or 44.53% from 128); Blue value is 70 (27.73% from 255 or 54.69% from 128); Max value from RGB is 70 - color contains mainly: blue. Hex color #013946 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #013946 is #FEC6B9. Grayscale: #292929. Windows color (decimal): -16697018 or 4602113. OLE color: 4602113.
HSL color Cylindrical-coordinate representation of color #013946: hue angle of 191.3º degrees, saturation: 0.97, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #013946 is Cyan = 0.99, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 1 | 57 | 70 | - |
| CMYK | 0.99 | 0.19 | 0 | 0.73 |
| HSL | 191.3º | 0.97% | 0.14% | - |
| HSV(B) | 191.3º | 0.99% | 0.27% | - |
| XYZ | 2.58 | 3.37 | 6.31 | - |
| YUV | 41.74 | 143.95 | 98.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 57 | 70 | 0.99 | 0.19 | 0 | 0.73 | 191.3 | 0.97 | 0.14 |
| Hex | 1 | 39 | 46 | 63 | 13 | 0 | 49 | BF | 61 | E |
| Octal | 1 | 71 | 106 | 143 | 23 | 0 | 111 | 277 | 141 | 16 |
| Binary | 1 | 111001 | 1000110 | 1100011 | 10011 | 0 | 1001001 | 10111111 | 1100001 | 1110 |
Color Harmonies of #013946
Complementary color
Monochromatic Colors of #013946
Black with #013946
Text Example
Text Example
White with #013946
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #013946; }
p { color: rgb(1,57,70); }
H1.HeaderClassName
{
color: #013946;
}
.AnyTagClassName
{
color: #013946;
}
</style>
background-color css
<style>
a { background-color: #013946; }
a { background-color: rgb(1,57,70); }
div.DivClassName
{
background-color: #013946;
}
.BgClassName
{
background-color: #013946;
}
</style>
border-color css
<style>
span { border-color: #013946; }
span { border-color: rgb(1,57,70); }
td.TdClassName
{
border-color: #013946;
}
.TagClassName
{
border-color: #013946;
}
</style>