Shades of Sherpa Blue #014250
Tints of Sherpa Blue #014250
RGB
CMYK
RGB Variations
Color information
#014250 (or 0x014250) is known color: Sherpa Blue. HEX triplet: 01, 42 and 50. RGB value is (1,66,80). Sum of RGB (Red+Green+Blue) = 1+66+80=147 (19% of max value = 765). Red value is 1 (0.78% from 255 or 0.68% from 147); Green value is 66 (26.17% from 255 or 44.90% from 147); Blue value is 80 (31.64% from 255 or 54.42% from 147); Max value from RGB is 80 - color contains mainly: blue. Hex color #014250 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #014250 is #FEBDAF. Grayscale: #303030. Windows color (decimal): -16694704 or 5259777. OLE color: 5259777.
HSL color Cylindrical-coordinate representation of color #014250: hue angle of 190.63º degrees, saturation: 0.98, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #014250 is Cyan = 0.99, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 1 | 66 | 80 | - |
| CMYK | 0.99 | 0.17 | 0 | 0.69 |
| HSL | 190.63º | 0.98% | 0.16% | - |
| HSV(B) | 190.63º | 0.99% | 0.31% | - |
| XYZ | 3.41 | 4.48 | 8.27 | - |
| YUV | 48.16 | 145.97 | 94.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 66 | 80 | 0.99 | 0.17 | 0 | 0.69 | 190.63 | 0.98 | 0.16 |
| Hex | 1 | 42 | 50 | 63 | 11 | 0 | 45 | BF | 62 | 10 |
| Octal | 1 | 102 | 120 | 143 | 21 | 0 | 105 | 277 | 142 | 20 |
| Binary | 1 | 1000010 | 1010000 | 1100011 | 10001 | 0 | 1000101 | 10111111 | 1100010 | 10000 |
Color Harmonies of #014250
Complementary color
Monochromatic Colors of #014250
Black with #014250
Text Example
Text Example
White with #014250
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #014250; }
p { color: rgb(1,66,80); }
H1.HeaderClassName
{
color: #014250;
}
.AnyTagClassName
{
color: #014250;
}
</style>
background-color css
<style>
a { background-color: #014250; }
a { background-color: rgb(1,66,80); }
div.DivClassName
{
background-color: #014250;
}
.BgClassName
{
background-color: #014250;
}
</style>
border-color css
<style>
span { border-color: #014250; }
span { border-color: rgb(1,66,80); }
td.TdClassName
{
border-color: #014250;
}
.TagClassName
{
border-color: #014250;
}
</style>