Shades of Sherpa Blue #014A4C
Tints of Sherpa Blue #014A4C
RGB
CMYK
RGB Variations
Color information
#014A4C (or 0x014A4C) is known color: Sherpa Blue. HEX triplet: 01, 4A and 4C. RGB value is (1,74,76). Sum of RGB (Red+Green+Blue) = 1+74+76=151 (20% of max value = 765). Red value is 1 (0.78% from 255 or 0.66% from 151); Green value is 74 (29.30% from 255 or 49.01% from 151); Blue value is 76 (30.08% from 255 or 50.33% from 151); Max value from RGB is 76 - color contains mainly: blue. Hex color #014A4C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #014A4C is #FEB5B3. Grayscale: #343434. Windows color (decimal): -16692660 or 4999681. OLE color: 4999681.
HSL color Cylindrical-coordinate representation of color #014A4C: hue angle of 181.6º degrees, saturation: 0.97, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #014A4C is Cyan = 0.99, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 1 | 74 | 76 | - |
| CMYK | 0.99 | 0.03 | 0 | 0.70 |
| HSL | 181.6º | 0.97% | 0.15% | - |
| HSV(B) | 181.6º | 0.99% | 0.3% | - |
| XYZ | 3.77 | 5.43 | 7.69 | - |
| YUV | 52.4 | 141.32 | 91.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 74 | 76 | 0.99 | 0.03 | 0 | 0.70 | 181.6 | 0.97 | 0.15 |
| Hex | 1 | 4A | 4C | 63 | 3 | 0 | 46 | B6 | 61 | F |
| Octal | 1 | 112 | 114 | 143 | 3 | 0 | 106 | 266 | 141 | 17 |
| Binary | 1 | 1001010 | 1001100 | 1100011 | 11 | 0 | 1000110 | 10110110 | 1100001 | 1111 |
Color Harmonies of #014A4C
Complementary color
Monochromatic Colors of #014A4C
Black with #014A4C
Text Example
Text Example
White with #014A4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #014A4C; }
p { color: rgb(1,74,76); }
H1.HeaderClassName
{
color: #014A4C;
}
.AnyTagClassName
{
color: #014A4C;
}
</style>
background-color css
<style>
a { background-color: #014A4C; }
a { background-color: rgb(1,74,76); }
div.DivClassName
{
background-color: #014A4C;
}
.BgClassName
{
background-color: #014A4C;
}
</style>
border-color css
<style>
span { border-color: #014A4C; }
span { border-color: rgb(1,74,76); }
td.TdClassName
{
border-color: #014A4C;
}
.TagClassName
{
border-color: #014A4C;
}
</style>