Shades of Sherpa Blue #014F5C
Tints of Sherpa Blue #014F5C
RGB
CMYK
RGB Variations
Color information
#014F5C (or 0x014F5C) is known color: Sherpa Blue. HEX triplet: 01, 4F and 5C. RGB value is (1,79,92). Sum of RGB (Red+Green+Blue) = 1+79+92=172 (22% of max value = 765). Red value is 1 (0.78% from 255 or 0.58% from 172); Green value is 79 (31.25% from 255 or 45.93% from 172); Blue value is 92 (36.33% from 255 or 53.49% from 172); Max value from RGB is 92 - color contains mainly: blue. Hex color #014F5C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #014F5C is #FEB0A3. Grayscale: #393939. Windows color (decimal): -16691364 or 6049537. OLE color: 6049537.
HSL color Cylindrical-coordinate representation of color #014F5C: hue angle of 188.57º 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 #014F5C is Cyan = 0.99, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 1 | 79 | 92 | - |
| CMYK | 0.99 | 0.14 | 0 | 0.64 |
| HSL | 188.57º | 0.98% | 0.18% | - |
| HSV(B) | 188.57º | 0.99% | 0.36% | - |
| XYZ | 4.74 | 6.37 | 11.11 | - |
| YUV | 57.16 | 147.66 | 87.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 79 | 92 | 0.99 | 0.14 | 0 | 0.64 | 188.57 | 0.98 | 0.18 |
| Hex | 1 | 4F | 5C | 63 | E | 0 | 40 | BD | 62 | 12 |
| Octal | 1 | 117 | 134 | 143 | 16 | 0 | 100 | 275 | 142 | 22 |
| Binary | 1 | 1001111 | 1011100 | 1100011 | 1110 | 0 | 1000000 | 10111101 | 1100010 | 10010 |
Color Harmonies of #014F5C
Complementary color
Monochromatic Colors of #014F5C
Black with #014F5C
Text Example
Text Example
White with #014F5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #014F5C; }
p { color: rgb(1,79,92); }
H1.HeaderClassName
{
color: #014F5C;
}
.AnyTagClassName
{
color: #014F5C;
}
</style>
background-color css
<style>
a { background-color: #014F5C; }
a { background-color: rgb(1,79,92); }
div.DivClassName
{
background-color: #014F5C;
}
.BgClassName
{
background-color: #014F5C;
}
</style>
border-color css
<style>
span { border-color: #014F5C; }
span { border-color: rgb(1,79,92); }
td.TdClassName
{
border-color: #014F5C;
}
.TagClassName
{
border-color: #014F5C;
}
</style>