Shades of Sherpa Blue #013844
Tints of Sherpa Blue #013844
RGB
CMYK
RGB Variations
Color information
#013844 (or 0x013844) is known color: Sherpa Blue. HEX triplet: 01, 38 and 44. RGB value is (1,56,68). Sum of RGB (Red+Green+Blue) = 1+56+68=125 (16% of max value = 765). Red value is 1 (0.78% from 255 or 0.8% from 125); Green value is 56 (22.27% from 255 or 44.8% from 125); Blue value is 68 (26.95% from 255 or 54.4% from 125); Max value from RGB is 68 - color contains mainly: blue. Hex color #013844 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #013844 is #FEC7BB. Grayscale: #282828. Windows color (decimal): -16697276 or 4470785. OLE color: 4470785.
HSL color Cylindrical-coordinate representation of color #013844: hue angle of 190.75º 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 #013844 is Cyan = 0.99, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 1 | 56 | 68 | - |
| CMYK | 0.99 | 0.18 | 0 | 0.73 |
| HSL | 190.75º | 0.97% | 0.14% | - |
| HSV(B) | 190.75º | 0.99% | 0.27% | - |
| XYZ | 2.47 | 3.25 | 5.97 | - |
| YUV | 40.92 | 143.28 | 99.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 56 | 68 | 0.99 | 0.18 | 0 | 0.73 | 190.75 | 0.97 | 0.14 |
| Hex | 1 | 38 | 44 | 63 | 12 | 0 | 49 | BF | 61 | E |
| Octal | 1 | 70 | 104 | 143 | 22 | 0 | 111 | 277 | 141 | 16 |
| Binary | 1 | 111000 | 1000100 | 1100011 | 10010 | 0 | 1001001 | 10111111 | 1100001 | 1110 |
Color Harmonies of #013844
Complementary color
Monochromatic Colors of #013844
Black with #013844
Text Example
Text Example
White with #013844
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #013844; }
p { color: rgb(1,56,68); }
H1.HeaderClassName
{
color: #013844;
}
.AnyTagClassName
{
color: #013844;
}
</style>
background-color css
<style>
a { background-color: #013844; }
a { background-color: rgb(1,56,68); }
div.DivClassName
{
background-color: #013844;
}
.BgClassName
{
background-color: #013844;
}
</style>
border-color css
<style>
span { border-color: #013844; }
span { border-color: rgb(1,56,68); }
td.TdClassName
{
border-color: #013844;
}
.TagClassName
{
border-color: #013844;
}
</style>