Shades of Sherpa Blue #013C40
Tints of Sherpa Blue #013C40
RGB
CMYK
RGB Variations
Color information
#013C40 (or 0x013C40) is known color: Sherpa Blue. HEX triplet: 01, 3C and 40. RGB value is (1,60,64). Sum of RGB (Red+Green+Blue) = 1+60+64=125 (16% of max value = 765). Red value is 1 (0.78% from 255 or 0.8% from 125); Green value is 60 (23.83% from 255 or 48% from 125); Blue value is 64 (25.39% from 255 or 51.2% from 125); Max value from RGB is 64 - color contains mainly: blue. Hex color #013C40 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #013C40 is #FEC3BF. Grayscale: #2A2A2A. Windows color (decimal): -16696256 or 4209665. OLE color: 4209665.
HSL color Cylindrical-coordinate representation of color #013C40: hue angle of 183.81º degrees, saturation: 0.97, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #013C40 is Cyan = 0.98, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 1 | 60 | 64 | - |
| CMYK | 0.98 | 0.06 | 0 | 0.75 |
| HSL | 183.81º | 0.97% | 0.13% | - |
| HSV(B) | 183.81º | 0.98% | 0.25% | - |
| XYZ | 2.55 | 3.61 | 5.41 | - |
| YUV | 42.82 | 139.95 | 98.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 60 | 64 | 0.98 | 0.06 | 0 | 0.75 | 183.81 | 0.97 | 0.13 |
| Hex | 1 | 3C | 40 | 62 | 6 | 0 | 4B | B8 | 61 | D |
| Octal | 1 | 74 | 100 | 142 | 6 | 0 | 113 | 270 | 141 | 15 |
| Binary | 1 | 111100 | 1000000 | 1100010 | 110 | 0 | 1001011 | 10111000 | 1100001 | 1101 |
Color Harmonies of #013C40
Complementary color
Monochromatic Colors of #013C40
Black with #013C40
Text Example
Text Example
White with #013C40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #013C40; }
p { color: rgb(1,60,64); }
H1.HeaderClassName
{
color: #013C40;
}
.AnyTagClassName
{
color: #013C40;
}
</style>
background-color css
<style>
a { background-color: #013C40; }
a { background-color: rgb(1,60,64); }
div.DivClassName
{
background-color: #013C40;
}
.BgClassName
{
background-color: #013C40;
}
</style>
border-color css
<style>
span { border-color: #013C40; }
span { border-color: rgb(1,60,64); }
td.TdClassName
{
border-color: #013C40;
}
.TagClassName
{
border-color: #013C40;
}
</style>