Shades of Sherpa Blue #013D4A
Tints of Sherpa Blue #013D4A
RGB
CMYK
RGB Variations
Color information
#013D4A (or 0x013D4A) is known color: Sherpa Blue. HEX triplet: 01, 3D and 4A. RGB value is (1,61,74). Sum of RGB (Red+Green+Blue) = 1+61+74=136 (18% of max value = 765). Red value is 1 (0.78% from 255 or 0.74% from 136); Green value is 61 (24.22% from 255 or 44.85% from 136); Blue value is 74 (29.30% from 255 or 54.41% from 136); Max value from RGB is 74 - color contains mainly: blue. Hex color #013D4A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #013D4A is #FEC2B5. Grayscale: #2C2C2C. Windows color (decimal): -16695990 or 4865281. OLE color: 4865281.
HSL color Cylindrical-coordinate representation of color #013D4A: hue angle of 190.68º degrees, saturation: 0.97, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #013D4A is Cyan = 0.99, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 1 | 61 | 74 | - |
| CMYK | 0.99 | 0.18 | 0 | 0.71 |
| HSL | 190.68º | 0.97% | 0.15% | - |
| HSV(B) | 190.68º | 0.99% | 0.29% | - |
| XYZ | 2.92 | 3.84 | 7.07 | - |
| YUV | 44.54 | 144.62 | 96.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 61 | 74 | 0.99 | 0.18 | 0 | 0.71 | 190.68 | 0.97 | 0.15 |
| Hex | 1 | 3D | 4A | 63 | 12 | 0 | 47 | BF | 61 | F |
| Octal | 1 | 75 | 112 | 143 | 22 | 0 | 107 | 277 | 141 | 17 |
| Binary | 1 | 111101 | 1001010 | 1100011 | 10010 | 0 | 1000111 | 10111111 | 1100001 | 1111 |
Color Harmonies of #013D4A
Complementary color
Monochromatic Colors of #013D4A
Black with #013D4A
Text Example
Text Example
White with #013D4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #013D4A; }
p { color: rgb(1,61,74); }
H1.HeaderClassName
{
color: #013D4A;
}
.AnyTagClassName
{
color: #013D4A;
}
</style>
background-color css
<style>
a { background-color: #013D4A; }
a { background-color: rgb(1,61,74); }
div.DivClassName
{
background-color: #013D4A;
}
.BgClassName
{
background-color: #013D4A;
}
</style>
border-color css
<style>
span { border-color: #013D4A; }
span { border-color: rgb(1,61,74); }
td.TdClassName
{
border-color: #013D4A;
}
.TagClassName
{
border-color: #013D4A;
}
</style>