Shades of Sherpa Blue #014B54
Tints of Sherpa Blue #014B54
RGB
CMYK
RGB Variations
Color information
#014B54 (or 0x014B54) is known color: Sherpa Blue. HEX triplet: 01, 4B and 54. RGB value is (1,75,84). Sum of RGB (Red+Green+Blue) = 1+75+84=160 (21% of max value = 765). Red value is 1 (0.78% from 255 or 0.62% from 160); Green value is 75 (29.69% from 255 or 46.88% from 160); Blue value is 84 (33.20% from 255 or 52.5% from 160); Max value from RGB is 84 - color contains mainly: blue. Hex color #014B54 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #014B54 is #FEB4AB. Grayscale: #353535. Windows color (decimal): -16692396 or 5524225. OLE color: 5524225.
HSL color Cylindrical-coordinate representation of color #014B54: hue angle of 186.51º degrees, saturation: 0.98, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #014B54 is Cyan = 0.99, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 1 | 75 | 84 | - |
| CMYK | 0.99 | 0.11 | 0 | 0.67 |
| HSL | 186.51º | 0.98% | 0.17% | - |
| HSV(B) | 186.51º | 0.99% | 0.33% | - |
| XYZ | 4.13 | 5.68 | 9.27 | - |
| YUV | 53.9 | 144.98 | 90.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 75 | 84 | 0.99 | 0.11 | 0 | 0.67 | 186.51 | 0.98 | 0.17 |
| Hex | 1 | 4B | 54 | 63 | B | 0 | 43 | BB | 62 | 11 |
| Octal | 1 | 113 | 124 | 143 | 13 | 0 | 103 | 273 | 142 | 21 |
| Binary | 1 | 1001011 | 1010100 | 1100011 | 1011 | 0 | 1000011 | 10111011 | 1100010 | 10001 |
Color Harmonies of #014B54
Complementary color
Monochromatic Colors of #014B54
Black with #014B54
Text Example
Text Example
White with #014B54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #014B54; }
p { color: rgb(1,75,84); }
H1.HeaderClassName
{
color: #014B54;
}
.AnyTagClassName
{
color: #014B54;
}
</style>
background-color css
<style>
a { background-color: #014B54; }
a { background-color: rgb(1,75,84); }
div.DivClassName
{
background-color: #014B54;
}
.BgClassName
{
background-color: #014B54;
}
</style>
border-color css
<style>
span { border-color: #014B54; }
span { border-color: rgb(1,75,84); }
td.TdClassName
{
border-color: #014B54;
}
.TagClassName
{
border-color: #014B54;
}
</style>