Shades of Sherpa Blue #014C52
Tints of Sherpa Blue #014C52
RGB
CMYK
RGB Variations
Color information
#014C52 (or 0x014C52) is known color: Sherpa Blue. HEX triplet: 01, 4C and 52. RGB value is (1,76,82). Sum of RGB (Red+Green+Blue) = 1+76+82=159 (21% of max value = 765). Red value is 1 (0.78% from 255 or 0.63% from 159); Green value is 76 (30.08% from 255 or 47.80% from 159); Blue value is 82 (32.42% from 255 or 51.57% from 159); Max value from RGB is 82 - color contains mainly: blue. Hex color #014C52 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #014C52 is #FEB3AD. Grayscale: #363636. Windows color (decimal): -16692142 or 5393409. OLE color: 5393409.
HSL color Cylindrical-coordinate representation of color #014C52: hue angle of 184.44º degrees, saturation: 0.98, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #014C52 is Cyan = 0.99, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 1 | 76 | 82 | - |
| CMYK | 0.99 | 0.07 | 0 | 0.68 |
| HSL | 184.44º | 0.98% | 0.16% | - |
| HSV(B) | 184.44º | 0.99% | 0.32% | - |
| XYZ | 4.12 | 5.78 | 8.88 | - |
| YUV | 54.26 | 143.65 | 90.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 76 | 82 | 0.99 | 0.07 | 0 | 0.68 | 184.44 | 0.98 | 0.16 |
| Hex | 1 | 4C | 52 | 63 | 7 | 0 | 44 | B8 | 62 | 10 |
| Octal | 1 | 114 | 122 | 143 | 7 | 0 | 104 | 270 | 142 | 20 |
| Binary | 1 | 1001100 | 1010010 | 1100011 | 111 | 0 | 1000100 | 10111000 | 1100010 | 10000 |
Color Harmonies of #014C52
Complementary color
Monochromatic Colors of #014C52
Black with #014C52
Text Example
Text Example
White with #014C52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #014C52; }
p { color: rgb(1,76,82); }
H1.HeaderClassName
{
color: #014C52;
}
.AnyTagClassName
{
color: #014C52;
}
</style>
background-color css
<style>
a { background-color: #014C52; }
a { background-color: rgb(1,76,82); }
div.DivClassName
{
background-color: #014C52;
}
.BgClassName
{
background-color: #014C52;
}
</style>
border-color css
<style>
span { border-color: #014C52; }
span { border-color: rgb(1,76,82); }
td.TdClassName
{
border-color: #014C52;
}
.TagClassName
{
border-color: #014C52;
}
</style>