Shades of Sherpa Blue #014C5C
Tints of Sherpa Blue #014C5C
RGB
CMYK
RGB Variations
Color information
#014C5C (or 0x014C5C) is known color: Sherpa Blue. HEX triplet: 01, 4C and 5C. RGB value is (1,76,92). Sum of RGB (Red+Green+Blue) = 1+76+92=169 (22% of max value = 765). Red value is 1 (0.78% from 255 or 0.59% from 169); Green value is 76 (30.08% from 255 or 44.97% from 169); Blue value is 92 (36.33% from 255 or 54.44% from 169); Max value from RGB is 92 - color contains mainly: blue. Hex color #014C5C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #014C5C is #FEB3A3. Grayscale: #373737. Windows color (decimal): -16692132 or 6048769. OLE color: 6048769.
HSL color Cylindrical-coordinate representation of color #014C5C: hue angle of 190.55º 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 #014C5C is Cyan = 0.99, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 1 | 76 | 92 | - |
| CMYK | 0.99 | 0.17 | 0 | 0.64 |
| HSL | 190.55º | 0.98% | 0.18% | - |
| HSV(B) | 190.55º | 0.99% | 0.36% | - |
| XYZ | 4.53 | 5.95 | 11.03 | - |
| YUV | 55.4 | 148.65 | 89.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 76 | 92 | 0.99 | 0.17 | 0 | 0.64 | 190.55 | 0.98 | 0.18 |
| Hex | 1 | 4C | 5C | 63 | 11 | 0 | 40 | BF | 62 | 12 |
| Octal | 1 | 114 | 134 | 143 | 21 | 0 | 100 | 277 | 142 | 22 |
| Binary | 1 | 1001100 | 1011100 | 1100011 | 10001 | 0 | 1000000 | 10111111 | 1100010 | 10010 |
Color Harmonies of #014C5C
Complementary color
Monochromatic Colors of #014C5C
Black with #014C5C
Text Example
Text Example
White with #014C5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #014C5C; }
p { color: rgb(1,76,92); }
H1.HeaderClassName
{
color: #014C5C;
}
.AnyTagClassName
{
color: #014C5C;
}
</style>
background-color css
<style>
a { background-color: #014C5C; }
a { background-color: rgb(1,76,92); }
div.DivClassName
{
background-color: #014C5C;
}
.BgClassName
{
background-color: #014C5C;
}
</style>
border-color css
<style>
span { border-color: #014C5C; }
span { border-color: rgb(1,76,92); }
td.TdClassName
{
border-color: #014C5C;
}
.TagClassName
{
border-color: #014C5C;
}
</style>