Shades of Sherpa Blue #014A4D
Tints of Sherpa Blue #014A4D
RGB
CMYK
RGB Variations
Color information
#014A4D (or 0x014A4D) is known color: Sherpa Blue. HEX triplet: 01, 4A and 4D. RGB value is (1,74,77). Sum of RGB (Red+Green+Blue) = 1+74+77=152 (20% of max value = 765). Red value is 1 (0.78% from 255 or 0.66% from 152); Green value is 74 (29.30% from 255 or 48.68% from 152); Blue value is 77 (30.47% from 255 or 50.66% from 152); Max value from RGB is 77 - color contains mainly: blue. Hex color #014A4D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #014A4D is #FEB5B2. Grayscale: #343434. Windows color (decimal): -16692659 or 5065217. OLE color: 5065217.
HSL color Cylindrical-coordinate representation of color #014A4D: hue angle of 182.37º 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 #014A4D is Cyan = 0.99, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 1 | 74 | 77 | - |
| CMYK | 0.99 | 0.04 | 0 | 0.70 |
| HSL | 182.37º | 0.97% | 0.15% | - |
| HSV(B) | 182.37º | 0.99% | 0.3% | - |
| XYZ | 3.8 | 5.44 | 7.87 | - |
| YUV | 52.52 | 141.82 | 91.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 74 | 77 | 0.99 | 0.04 | 0 | 0.70 | 182.37 | 0.97 | 0.15 |
| Hex | 1 | 4A | 4D | 63 | 4 | 0 | 46 | B6 | 61 | F |
| Octal | 1 | 112 | 115 | 143 | 4 | 0 | 106 | 266 | 141 | 17 |
| Binary | 1 | 1001010 | 1001101 | 1100011 | 100 | 0 | 1000110 | 10110110 | 1100001 | 1111 |
Color Harmonies of #014A4D
Complementary color
Monochromatic Colors of #014A4D
Black with #014A4D
Text Example
Text Example
White with #014A4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #014A4D; }
p { color: rgb(1,74,77); }
H1.HeaderClassName
{
color: #014A4D;
}
.AnyTagClassName
{
color: #014A4D;
}
</style>
background-color css
<style>
a { background-color: #014A4D; }
a { background-color: rgb(1,74,77); }
div.DivClassName
{
background-color: #014A4D;
}
.BgClassName
{
background-color: #014A4D;
}
</style>
border-color css
<style>
span { border-color: #014A4D; }
span { border-color: rgb(1,74,77); }
td.TdClassName
{
border-color: #014A4D;
}
.TagClassName
{
border-color: #014A4D;
}
</style>