Shades of Sherpa Blue #013C43
Tints of Sherpa Blue #013C43
RGB
CMYK
RGB Variations
Color information
#013C43 (or 0x013C43) is known color: Sherpa Blue. HEX triplet: 01, 3C and 43. RGB value is (1,60,67). Sum of RGB (Red+Green+Blue) = 1+60+67=128 (16% of max value = 765). Red value is 1 (0.78% from 255 or 0.78% from 128); Green value is 60 (23.83% from 255 or 46.88% from 128); Blue value is 67 (26.56% from 255 or 52.34% from 128); Max value from RGB is 67 - color contains mainly: blue. Hex color #013C43 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #013C43 is #FEC3BC. Grayscale: #2B2B2B. Windows color (decimal): -16696253 or 4406273. OLE color: 4406273.
HSL color Cylindrical-coordinate representation of color #013C43: hue angle of 186.36º degrees, saturation: 0.97, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #013C43 is Cyan = 0.99, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 1 | 60 | 67 | - |
| CMYK | 0.99 | 0.10 | 0 | 0.74 |
| HSL | 186.36º | 0.97% | 0.13% | - |
| HSV(B) | 186.36º | 0.99% | 0.26% | - |
| XYZ | 2.64 | 3.64 | 5.87 | - |
| YUV | 43.16 | 141.45 | 97.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 60 | 67 | 0.99 | 0.10 | 0 | 0.74 | 186.36 | 0.97 | 0.13 |
| Hex | 1 | 3C | 43 | 63 | A | 0 | 4A | BA | 61 | D |
| Octal | 1 | 74 | 103 | 143 | 12 | 0 | 112 | 272 | 141 | 15 |
| Binary | 1 | 111100 | 1000011 | 1100011 | 1010 | 0 | 1001010 | 10111010 | 1100001 | 1101 |
Color Harmonies of #013C43
Complementary color
Monochromatic Colors of #013C43
Black with #013C43
Text Example
Text Example
White with #013C43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #013C43; }
p { color: rgb(1,60,67); }
H1.HeaderClassName
{
color: #013C43;
}
.AnyTagClassName
{
color: #013C43;
}
</style>
background-color css
<style>
a { background-color: #013C43; }
a { background-color: rgb(1,60,67); }
div.DivClassName
{
background-color: #013C43;
}
.BgClassName
{
background-color: #013C43;
}
</style>
border-color css
<style>
span { border-color: #013C43; }
span { border-color: rgb(1,60,67); }
td.TdClassName
{
border-color: #013C43;
}
.TagClassName
{
border-color: #013C43;
}
</style>