Shades of Sherpa Blue #013C41
Tints of Sherpa Blue #013C41
RGB
CMYK
RGB Variations
Color information
#013C41 (or 0x013C41) is known color: Sherpa Blue. HEX triplet: 01, 3C and 41. RGB value is (1,60,65). Sum of RGB (Red+Green+Blue) = 1+60+65=126 (16% of max value = 765). Red value is 1 (0.78% from 255 or 0.79% from 126); Green value is 60 (23.83% from 255 or 47.62% from 126); Blue value is 65 (25.78% from 255 or 51.59% from 126); Max value from RGB is 65 - color contains mainly: blue. Hex color #013C41 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #013C41 is #FEC3BE. Grayscale: #2A2A2A. Windows color (decimal): -16696255 or 4275201. OLE color: 4275201.
HSL color Cylindrical-coordinate representation of color #013C41: hue angle of 184.69º 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 #013C41 is Cyan = 0.98, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 1 | 60 | 65 | - |
| CMYK | 0.98 | 0.08 | 0 | 0.75 |
| HSL | 184.69º | 0.97% | 0.13% | - |
| HSV(B) | 184.69º | 0.98% | 0.25% | - |
| XYZ | 2.58 | 3.62 | 5.56 | - |
| YUV | 42.93 | 140.45 | 98.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 60 | 65 | 0.98 | 0.08 | 0 | 0.75 | 184.69 | 0.97 | 0.13 |
| Hex | 1 | 3C | 41 | 62 | 8 | 0 | 4B | B9 | 61 | D |
| Octal | 1 | 74 | 101 | 142 | 10 | 0 | 113 | 271 | 141 | 15 |
| Binary | 1 | 111100 | 1000001 | 1100010 | 1000 | 0 | 1001011 | 10111001 | 1100001 | 1101 |
Color Harmonies of #013C41
Complementary color
Monochromatic Colors of #013C41
Black with #013C41
Text Example
Text Example
White with #013C41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #013C41; }
p { color: rgb(1,60,65); }
H1.HeaderClassName
{
color: #013C41;
}
.AnyTagClassName
{
color: #013C41;
}
</style>
background-color css
<style>
a { background-color: #013C41; }
a { background-color: rgb(1,60,65); }
div.DivClassName
{
background-color: #013C41;
}
.BgClassName
{
background-color: #013C41;
}
</style>
border-color css
<style>
span { border-color: #013C41; }
span { border-color: rgb(1,60,65); }
td.TdClassName
{
border-color: #013C41;
}
.TagClassName
{
border-color: #013C41;
}
</style>