Shades of Sherpa Blue #013D4C
Tints of Sherpa Blue #013D4C
RGB
CMYK
RGB Variations
Color information
#013D4C (or 0x013D4C) is known color: Sherpa Blue. HEX triplet: 01, 3D and 4C. RGB value is (1,61,76). Sum of RGB (Red+Green+Blue) = 1+61+76=138 (18% of max value = 765). Red value is 1 (0.78% from 255 or 0.72% from 138); Green value is 61 (24.22% from 255 or 44.20% from 138); Blue value is 76 (30.08% from 255 or 55.07% from 138); Max value from RGB is 76 - color contains mainly: blue. Hex color #013D4C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #013D4C is #FEC2B3. Grayscale: #2C2C2C. Windows color (decimal): -16695988 or 4996353. OLE color: 4996353.
HSL color Cylindrical-coordinate representation of color #013D4C: hue angle of 192º 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 #013D4C is Cyan = 0.99, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 1 | 61 | 76 | - |
| CMYK | 0.99 | 0.20 | 0 | 0.70 |
| HSL | 192º | 0.97% | 0.15% | - |
| HSV(B) | 192º | 0.99% | 0.3% | - |
| XYZ | 2.99 | 3.87 | 7.43 | - |
| YUV | 44.77 | 145.62 | 96.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 61 | 76 | 0.99 | 0.20 | 0 | 0.70 | 192 | 0.97 | 0.15 |
| Hex | 1 | 3D | 4C | 63 | 14 | 0 | 46 | C0 | 61 | F |
| Octal | 1 | 75 | 114 | 143 | 24 | 0 | 106 | 300 | 141 | 17 |
| Binary | 1 | 111101 | 1001100 | 1100011 | 10100 | 0 | 1000110 | 11000000 | 1100001 | 1111 |
Color Harmonies of #013D4C
Complementary color
Monochromatic Colors of #013D4C
Black with #013D4C
Text Example
Text Example
White with #013D4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #013D4C; }
p { color: rgb(1,61,76); }
H1.HeaderClassName
{
color: #013D4C;
}
.AnyTagClassName
{
color: #013D4C;
}
</style>
background-color css
<style>
a { background-color: #013D4C; }
a { background-color: rgb(1,61,76); }
div.DivClassName
{
background-color: #013D4C;
}
.BgClassName
{
background-color: #013D4C;
}
</style>
border-color css
<style>
span { border-color: #013D4C; }
span { border-color: rgb(1,61,76); }
td.TdClassName
{
border-color: #013D4C;
}
.TagClassName
{
border-color: #013D4C;
}
</style>