Shades of Sherpa Blue #014F5D
Tints of Sherpa Blue #014F5D
RGB
CMYK
RGB Variations
Color information
#014F5D (or 0x014F5D) is known color: Sherpa Blue. HEX triplet: 01, 4F and 5D. RGB value is (1,79,93). Sum of RGB (Red+Green+Blue) = 1+79+93=173 (22% of max value = 765). Red value is 1 (0.78% from 255 or 0.58% from 173); Green value is 79 (31.25% from 255 or 45.66% from 173); Blue value is 93 (36.72% from 255 or 53.76% from 173); Max value from RGB is 93 - color contains mainly: blue. Hex color #014F5D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #014F5D is #FEB0A2. Grayscale: #393939. Windows color (decimal): -16691363 or 6115073. OLE color: 6115073.
HSL color Cylindrical-coordinate representation of color #014F5D: hue angle of 189.13º degrees, saturation: 0.98, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #014F5D is Cyan = 0.99, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 1 | 79 | 93 | - |
| CMYK | 0.99 | 0.15 | 0 | 0.64 |
| HSL | 189.13º | 0.98% | 0.18% | - |
| HSV(B) | 189.13º | 0.99% | 0.36% | - |
| XYZ | 4.78 | 6.39 | 11.34 | - |
| YUV | 57.27 | 148.16 | 87.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 79 | 93 | 0.99 | 0.15 | 0 | 0.64 | 189.13 | 0.98 | 0.18 |
| Hex | 1 | 4F | 5D | 63 | F | 0 | 40 | BD | 62 | 12 |
| Octal | 1 | 117 | 135 | 143 | 17 | 0 | 100 | 275 | 142 | 22 |
| Binary | 1 | 1001111 | 1011101 | 1100011 | 1111 | 0 | 1000000 | 10111101 | 1100010 | 10010 |
Color Harmonies of #014F5D
Complementary color
Monochromatic Colors of #014F5D
Black with #014F5D
Text Example
Text Example
White with #014F5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #014F5D; }
p { color: rgb(1,79,93); }
H1.HeaderClassName
{
color: #014F5D;
}
.AnyTagClassName
{
color: #014F5D;
}
</style>
background-color css
<style>
a { background-color: #014F5D; }
a { background-color: rgb(1,79,93); }
div.DivClassName
{
background-color: #014F5D;
}
.BgClassName
{
background-color: #014F5D;
}
</style>
border-color css
<style>
span { border-color: #014F5D; }
span { border-color: rgb(1,79,93); }
td.TdClassName
{
border-color: #014F5D;
}
.TagClassName
{
border-color: #014F5D;
}
</style>