Shades of Sherpa Blue #014B4D
Tints of Sherpa Blue #014B4D
RGB
CMYK
RGB Variations
Color information
#014B4D (or 0x014B4D) is known color: Sherpa Blue. HEX triplet: 01, 4B and 4D. RGB value is (1,75,77). Sum of RGB (Red+Green+Blue) = 1+75+77=153 (20% of max value = 765). Red value is 1 (0.78% from 255 or 0.65% from 153); Green value is 75 (29.69% from 255 or 49.02% from 153); Blue value is 77 (30.47% from 255 or 50.33% from 153); Max value from RGB is 77 - color contains mainly: blue. Hex color #014B4D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #014B4D is #FEB4B2. Grayscale: #353535. Windows color (decimal): -16692403 or 5065473. OLE color: 5065473.
HSL color Cylindrical-coordinate representation of color #014B4D: hue angle of 181.58º 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 #014B4D is Cyan = 0.99, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 1 | 75 | 77 | - |
| CMYK | 0.99 | 0.03 | 0 | 0.70 |
| HSL | 181.58º | 0.97% | 0.15% | - |
| HSV(B) | 181.58º | 0.99% | 0.3% | - |
| XYZ | 3.87 | 5.57 | 7.89 | - |
| YUV | 53.1 | 141.48 | 90.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 75 | 77 | 0.99 | 0.03 | 0 | 0.70 | 181.58 | 0.97 | 0.15 |
| Hex | 1 | 4B | 4D | 63 | 3 | 0 | 46 | B6 | 61 | F |
| Octal | 1 | 113 | 115 | 143 | 3 | 0 | 106 | 266 | 141 | 17 |
| Binary | 1 | 1001011 | 1001101 | 1100011 | 11 | 0 | 1000110 | 10110110 | 1100001 | 1111 |
Color Harmonies of #014B4D
Complementary color
Monochromatic Colors of #014B4D
Black with #014B4D
Text Example
Text Example
White with #014B4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #014B4D; }
p { color: rgb(1,75,77); }
H1.HeaderClassName
{
color: #014B4D;
}
.AnyTagClassName
{
color: #014B4D;
}
</style>
background-color css
<style>
a { background-color: #014B4D; }
a { background-color: rgb(1,75,77); }
div.DivClassName
{
background-color: #014B4D;
}
.BgClassName
{
background-color: #014B4D;
}
</style>
border-color css
<style>
span { border-color: #014B4D; }
span { border-color: rgb(1,75,77); }
td.TdClassName
{
border-color: #014B4D;
}
.TagClassName
{
border-color: #014B4D;
}
</style>