Shades of Sherpa Blue #014254
Tints of Sherpa Blue #014254
RGB
CMYK
RGB Variations
Color information
#014254 (or 0x014254) is known color: Sherpa Blue. HEX triplet: 01, 42 and 54. RGB value is (1,66,84). Sum of RGB (Red+Green+Blue) = 1+66+84=151 (20% of max value = 765). Red value is 1 (0.78% from 255 or 0.66% from 151); Green value is 66 (26.17% from 255 or 43.71% from 151); Blue value is 84 (33.20% from 255 or 55.63% from 151); Max value from RGB is 84 - color contains mainly: blue. Hex color #014254 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #014254 is #FEBDAB. Grayscale: #303030. Windows color (decimal): -16694700 or 5521921. OLE color: 5521921.
HSL color Cylindrical-coordinate representation of color #014254: hue angle of 193.01º degrees, saturation: 0.98, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #014254 is Cyan = 0.99, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 1 | 66 | 84 | - |
| CMYK | 0.99 | 0.21 | 0 | 0.67 |
| HSL | 193.01º | 0.98% | 0.17% | - |
| HSV(B) | 193.01º | 0.99% | 0.33% | - |
| XYZ | 3.56 | 4.54 | 9.08 | - |
| YUV | 48.62 | 147.97 | 94.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 66 | 84 | 0.99 | 0.21 | 0 | 0.67 | 193.01 | 0.98 | 0.17 |
| Hex | 1 | 42 | 54 | 63 | 15 | 0 | 43 | C1 | 62 | 11 |
| Octal | 1 | 102 | 124 | 143 | 25 | 0 | 103 | 301 | 142 | 21 |
| Binary | 1 | 1000010 | 1010100 | 1100011 | 10101 | 0 | 1000011 | 11000001 | 1100010 | 10001 |
Color Harmonies of #014254
Complementary color
Monochromatic Colors of #014254
Black with #014254
Text Example
Text Example
White with #014254
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #014254; }
p { color: rgb(1,66,84); }
H1.HeaderClassName
{
color: #014254;
}
.AnyTagClassName
{
color: #014254;
}
</style>
background-color css
<style>
a { background-color: #014254; }
a { background-color: rgb(1,66,84); }
div.DivClassName
{
background-color: #014254;
}
.BgClassName
{
background-color: #014254;
}
</style>
border-color css
<style>
span { border-color: #014254; }
span { border-color: rgb(1,66,84); }
td.TdClassName
{
border-color: #014254;
}
.TagClassName
{
border-color: #014254;
}
</style>