Shades of Sherpa Blue #01404C
Tints of Sherpa Blue #01404C
RGB
CMYK
RGB Variations
Color information
#01404C (or 0x01404C) is known color: Sherpa Blue. HEX triplet: 01, 40 and 4C. RGB value is (1,64,76). Sum of RGB (Red+Green+Blue) = 1+64+76=141 (18% of max value = 765). Red value is 1 (0.78% from 255 or 0.71% from 141); Green value is 64 (25.39% from 255 or 45.39% from 141); Blue value is 76 (30.08% from 255 or 53.90% from 141); Max value from RGB is 76 - color contains mainly: blue. Hex color #01404C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #01404C is #FEBFB3. Grayscale: #2E2E2E. Windows color (decimal): -16695220 or 4997121. OLE color: 4997121.
HSL color Cylindrical-coordinate representation of color #01404C: hue angle of 189.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 #01404C is Cyan = 0.99, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 1 | 64 | 76 | - |
| CMYK | 0.99 | 0.16 | 0 | 0.70 |
| HSL | 189.6º | 0.97% | 0.15% | - |
| HSV(B) | 189.6º | 0.99% | 0.3% | - |
| XYZ | 3.15 | 4.2 | 7.48 | - |
| YUV | 46.53 | 144.63 | 95.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 64 | 76 | 0.99 | 0.16 | 0 | 0.70 | 189.6 | 0.97 | 0.15 |
| Hex | 1 | 40 | 4C | 63 | 10 | 0 | 46 | BE | 61 | F |
| Octal | 1 | 100 | 114 | 143 | 20 | 0 | 106 | 276 | 141 | 17 |
| Binary | 1 | 1000000 | 1001100 | 1100011 | 10000 | 0 | 1000110 | 10111110 | 1100001 | 1111 |
Color Harmonies of #01404C
Complementary color
Monochromatic Colors of #01404C
Black with #01404C
Text Example
Text Example
White with #01404C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01404C; }
p { color: rgb(1,64,76); }
H1.HeaderClassName
{
color: #01404C;
}
.AnyTagClassName
{
color: #01404C;
}
</style>
background-color css
<style>
a { background-color: #01404C; }
a { background-color: rgb(1,64,76); }
div.DivClassName
{
background-color: #01404C;
}
.BgClassName
{
background-color: #01404C;
}
</style>
border-color css
<style>
span { border-color: #01404C; }
span { border-color: rgb(1,64,76); }
td.TdClassName
{
border-color: #01404C;
}
.TagClassName
{
border-color: #01404C;
}
</style>