Shades of Sherpa Blue #014A56
Tints of Sherpa Blue #014A56
RGB
CMYK
RGB Variations
Color information
#014A56 (or 0x014A56) is known color: Sherpa Blue. HEX triplet: 01, 4A and 56. RGB value is (1,74,86). Sum of RGB (Red+Green+Blue) = 1+74+86=161 (21% of max value = 765). Red value is 1 (0.78% from 255 or 0.62% from 161); Green value is 74 (29.30% from 255 or 45.96% from 161); Blue value is 86 (33.98% from 255 or 53.42% from 161); Max value from RGB is 86 - color contains mainly: blue. Hex color #014A56 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #014A56 is #FEB5A9. Grayscale: #353535. Windows color (decimal): -16692650 or 5655041. OLE color: 5655041.
HSL color Cylindrical-coordinate representation of color #014A56: hue angle of 188.47º degrees, saturation: 0.98, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #014A56 is Cyan = 0.99, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 1 | 74 | 86 | - |
| CMYK | 0.99 | 0.14 | 0 | 0.66 |
| HSL | 188.47º | 0.98% | 0.17% | - |
| HSV(B) | 188.47º | 0.99% | 0.34% | - |
| XYZ | 4.14 | 5.58 | 9.66 | - |
| YUV | 53.54 | 146.32 | 90.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 74 | 86 | 0.99 | 0.14 | 0 | 0.66 | 188.47 | 0.98 | 0.17 |
| Hex | 1 | 4A | 56 | 63 | E | 0 | 42 | BC | 62 | 11 |
| Octal | 1 | 112 | 126 | 143 | 16 | 0 | 102 | 274 | 142 | 21 |
| Binary | 1 | 1001010 | 1010110 | 1100011 | 1110 | 0 | 1000010 | 10111100 | 1100010 | 10001 |
Color Harmonies of #014A56
Complementary color
Monochromatic Colors of #014A56
Black with #014A56
Text Example
Text Example
White with #014A56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #014A56; }
p { color: rgb(1,74,86); }
H1.HeaderClassName
{
color: #014A56;
}
.AnyTagClassName
{
color: #014A56;
}
</style>
background-color css
<style>
a { background-color: #014A56; }
a { background-color: rgb(1,74,86); }
div.DivClassName
{
background-color: #014A56;
}
.BgClassName
{
background-color: #014A56;
}
</style>
border-color css
<style>
span { border-color: #014A56; }
span { border-color: rgb(1,74,86); }
td.TdClassName
{
border-color: #014A56;
}
.TagClassName
{
border-color: #014A56;
}
</style>