Shades of Sherpa Blue #014146
Tints of Sherpa Blue #014146
RGB
CMYK
RGB Variations
Color information
#014146 (or 0x014146) is known color: Sherpa Blue. HEX triplet: 01, 41 and 46. RGB value is (1,65,70). Sum of RGB (Red+Green+Blue) = 1+65+70=136 (18% of max value = 765). Red value is 1 (0.78% from 255 or 0.74% from 136); Green value is 65 (25.78% from 255 or 47.79% from 136); Blue value is 70 (27.73% from 255 or 51.47% from 136); Max value from RGB is 70 - color contains mainly: blue. Hex color #014146 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #014146 is #FEBEB9. Grayscale: #2E2E2E. Windows color (decimal): -16694970 or 4604161. OLE color: 4604161.
HSL color Cylindrical-coordinate representation of color #014146: hue angle of 184.35º 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 #014146 is Cyan = 0.99, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 1 | 65 | 70 | - |
| CMYK | 0.99 | 0.07 | 0 | 0.73 |
| HSL | 184.35º | 0.97% | 0.14% | - |
| HSV(B) | 184.35º | 0.99% | 0.27% | - |
| XYZ | 3.01 | 4.23 | 6.45 | - |
| YUV | 46.43 | 141.3 | 95.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 65 | 70 | 0.99 | 0.07 | 0 | 0.73 | 184.35 | 0.97 | 0.14 |
| Hex | 1 | 41 | 46 | 63 | 7 | 0 | 49 | B8 | 61 | E |
| Octal | 1 | 101 | 106 | 143 | 7 | 0 | 111 | 270 | 141 | 16 |
| Binary | 1 | 1000001 | 1000110 | 1100011 | 111 | 0 | 1001001 | 10111000 | 1100001 | 1110 |
Color Harmonies of #014146
Complementary color
Monochromatic Colors of #014146
Black with #014146
Text Example
Text Example
White with #014146
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #014146; }
p { color: rgb(1,65,70); }
H1.HeaderClassName
{
color: #014146;
}
.AnyTagClassName
{
color: #014146;
}
</style>
background-color css
<style>
a { background-color: #014146; }
a { background-color: rgb(1,65,70); }
div.DivClassName
{
background-color: #014146;
}
.BgClassName
{
background-color: #014146;
}
</style>
border-color css
<style>
span { border-color: #014146; }
span { border-color: rgb(1,65,70); }
td.TdClassName
{
border-color: #014146;
}
.TagClassName
{
border-color: #014146;
}
</style>