Shades of Sherpa Blue #013F45
Tints of Sherpa Blue #013F45
RGB
CMYK
RGB Variations
Color information
#013F45 (or 0x013F45) is known color: Sherpa Blue. HEX triplet: 01, 3F and 45. RGB value is (1,63,69). Sum of RGB (Red+Green+Blue) = 1+63+69=133 (17% of max value = 765). Red value is 1 (0.78% from 255 or 0.75% from 133); Green value is 63 (25% from 255 or 47.37% from 133); Blue value is 69 (27.34% from 255 or 51.88% from 133); Max value from RGB is 69 - color contains mainly: blue. Hex color #013F45 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #013F45 is #FEC0BA. Grayscale: #2D2D2D. Windows color (decimal): -16695483 or 4538113. OLE color: 4538113.
HSL color Cylindrical-coordinate representation of color #013F45: hue angle of 185.29º degrees, saturation: 0.97, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #013F45 is Cyan = 0.99, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 1 | 63 | 69 | - |
| CMYK | 0.99 | 0.09 | 0 | 0.73 |
| HSL | 185.29º | 0.97% | 0.14% | - |
| HSV(B) | 185.29º | 0.99% | 0.27% | - |
| XYZ | 2.86 | 3.99 | 6.25 | - |
| YUV | 45.15 | 141.46 | 96.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 63 | 69 | 0.99 | 0.09 | 0 | 0.73 | 185.29 | 0.97 | 0.14 |
| Hex | 1 | 3F | 45 | 63 | 9 | 0 | 49 | B9 | 61 | E |
| Octal | 1 | 77 | 105 | 143 | 11 | 0 | 111 | 271 | 141 | 16 |
| Binary | 1 | 111111 | 1000101 | 1100011 | 1001 | 0 | 1001001 | 10111001 | 1100001 | 1110 |
Color Harmonies of #013F45
Complementary color
Monochromatic Colors of #013F45
Black with #013F45
Text Example
Text Example
White with #013F45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #013F45; }
p { color: rgb(1,63,69); }
H1.HeaderClassName
{
color: #013F45;
}
.AnyTagClassName
{
color: #013F45;
}
</style>
background-color css
<style>
a { background-color: #013F45; }
a { background-color: rgb(1,63,69); }
div.DivClassName
{
background-color: #013F45;
}
.BgClassName
{
background-color: #013F45;
}
</style>
border-color css
<style>
span { border-color: #013F45; }
span { border-color: rgb(1,63,69); }
td.TdClassName
{
border-color: #013F45;
}
.TagClassName
{
border-color: #013F45;
}
</style>