Shades of Sherpa Blue #014350
Tints of Sherpa Blue #014350
RGB
CMYK
RGB Variations
Color information
#014350 (or 0x014350) is known color: Sherpa Blue. HEX triplet: 01, 43 and 50. RGB value is (1,67,80). Sum of RGB (Red+Green+Blue) = 1+67+80=148 (19% of max value = 765). Red value is 1 (0.78% from 255 or 0.68% from 148); Green value is 67 (26.56% from 255 or 45.27% from 148); Blue value is 80 (31.64% from 255 or 54.05% from 148); Max value from RGB is 80 - color contains mainly: blue. Hex color #014350 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #014350 is #FEBCAF. Grayscale: #303030. Windows color (decimal): -16694448 or 5260033. OLE color: 5260033.
HSL color Cylindrical-coordinate representation of color #014350: hue angle of 189.87º 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 #014350 is Cyan = 0.99, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 1 | 67 | 80 | - |
| CMYK | 0.99 | 0.16 | 0 | 0.69 |
| HSL | 189.87º | 0.98% | 0.16% | - |
| HSV(B) | 189.87º | 0.99% | 0.31% | - |
| XYZ | 3.47 | 4.6 | 8.29 | - |
| YUV | 48.75 | 145.63 | 93.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 67 | 80 | 0.99 | 0.16 | 0 | 0.69 | 189.87 | 0.98 | 0.16 |
| Hex | 1 | 43 | 50 | 63 | 10 | 0 | 45 | BE | 62 | 10 |
| Octal | 1 | 103 | 120 | 143 | 20 | 0 | 105 | 276 | 142 | 20 |
| Binary | 1 | 1000011 | 1010000 | 1100011 | 10000 | 0 | 1000101 | 10111110 | 1100010 | 10000 |
Color Harmonies of #014350
Complementary color
Monochromatic Colors of #014350
Black with #014350
Text Example
Text Example
White with #014350
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #014350; }
p { color: rgb(1,67,80); }
H1.HeaderClassName
{
color: #014350;
}
.AnyTagClassName
{
color: #014350;
}
</style>
background-color css
<style>
a { background-color: #014350; }
a { background-color: rgb(1,67,80); }
div.DivClassName
{
background-color: #014350;
}
.BgClassName
{
background-color: #014350;
}
</style>
border-color css
<style>
span { border-color: #014350; }
span { border-color: rgb(1,67,80); }
td.TdClassName
{
border-color: #014350;
}
.TagClassName
{
border-color: #014350;
}
</style>