Shades of Sherpa Blue #014353
Tints of Sherpa Blue #014353
RGB
CMYK
RGB Variations
Color information
#014353 (or 0x014353) is known color: Sherpa Blue. HEX triplet: 01, 43 and 53. RGB value is (1,67,83). Sum of RGB (Red+Green+Blue) = 1+67+83=151 (20% of max value = 765). Red value is 1 (0.78% from 255 or 0.66% from 151); Green value is 67 (26.56% from 255 or 44.37% from 151); Blue value is 83 (32.81% from 255 or 54.97% from 151); Max value from RGB is 83 - color contains mainly: blue. Hex color #014353 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #014353 is #FEBCAC. Grayscale: #303030. Windows color (decimal): -16694445 or 5456641. OLE color: 5456641.
HSL color Cylindrical-coordinate representation of color #014353: hue angle of 191.71º degrees, saturation: 0.98, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #014353 is Cyan = 0.99, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 1 | 67 | 83 | - |
| CMYK | 0.99 | 0.19 | 0 | 0.67 |
| HSL | 191.71º | 0.98% | 0.16% | - |
| HSV(B) | 191.71º | 0.99% | 0.33% | - |
| XYZ | 3.58 | 4.65 | 8.89 | - |
| YUV | 49.09 | 147.13 | 93.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 67 | 83 | 0.99 | 0.19 | 0 | 0.67 | 191.71 | 0.98 | 0.16 |
| Hex | 1 | 43 | 53 | 63 | 13 | 0 | 43 | C0 | 62 | 10 |
| Octal | 1 | 103 | 123 | 143 | 23 | 0 | 103 | 300 | 142 | 20 |
| Binary | 1 | 1000011 | 1010011 | 1100011 | 10011 | 0 | 1000011 | 11000000 | 1100010 | 10000 |
Color Harmonies of #014353
Complementary color
Monochromatic Colors of #014353
Black with #014353
Text Example
Text Example
White with #014353
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #014353; }
p { color: rgb(1,67,83); }
H1.HeaderClassName
{
color: #014353;
}
.AnyTagClassName
{
color: #014353;
}
</style>
background-color css
<style>
a { background-color: #014353; }
a { background-color: rgb(1,67,83); }
div.DivClassName
{
background-color: #014353;
}
.BgClassName
{
background-color: #014353;
}
</style>
border-color css
<style>
span { border-color: #014353; }
span { border-color: rgb(1,67,83); }
td.TdClassName
{
border-color: #014353;
}
.TagClassName
{
border-color: #014353;
}
</style>