Shades of Sherpa Blue #013F54
Tints of Sherpa Blue #013F54
RGB
CMYK
RGB Variations
Color information
#013F54 (or 0x013F54) is known color: Sherpa Blue. HEX triplet: 01, 3F and 54. RGB value is (1,63,84). Sum of RGB (Red+Green+Blue) = 1+63+84=148 (19% of max value = 765). Red value is 1 (0.78% from 255 or 0.68% from 148); Green value is 63 (25% from 255 or 42.57% from 148); Blue value is 84 (33.20% from 255 or 56.76% from 148); Max value from RGB is 84 - color contains mainly: blue. Hex color #013F54 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #013F54 is #FEC0AB. Grayscale: #2E2E2E. Windows color (decimal): -16695468 or 5521153. OLE color: 5521153.
HSL color Cylindrical-coordinate representation of color #013F54: hue angle of 195.18º degrees, saturation: 0.98, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #013F54 is Cyan = 0.99, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 1 | 63 | 84 | - |
| CMYK | 0.99 | 0.25 | 0 | 0.67 |
| HSL | 195.18º | 0.98% | 0.17% | - |
| HSV(B) | 195.18º | 0.99% | 0.33% | - |
| XYZ | 3.39 | 4.2 | 9.02 | - |
| YUV | 46.86 | 148.96 | 95.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 63 | 84 | 0.99 | 0.25 | 0 | 0.67 | 195.18 | 0.98 | 0.17 |
| Hex | 1 | 3F | 54 | 63 | 19 | 0 | 43 | C3 | 62 | 11 |
| Octal | 1 | 77 | 124 | 143 | 31 | 0 | 103 | 303 | 142 | 21 |
| Binary | 1 | 111111 | 1010100 | 1100011 | 11001 | 0 | 1000011 | 11000011 | 1100010 | 10001 |
Color Harmonies of #013F54
Complementary color
Monochromatic Colors of #013F54
Black with #013F54
Text Example
Text Example
White with #013F54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #013F54; }
p { color: rgb(1,63,84); }
H1.HeaderClassName
{
color: #013F54;
}
.AnyTagClassName
{
color: #013F54;
}
</style>
background-color css
<style>
a { background-color: #013F54; }
a { background-color: rgb(1,63,84); }
div.DivClassName
{
background-color: #013F54;
}
.BgClassName
{
background-color: #013F54;
}
</style>
border-color css
<style>
span { border-color: #013F54; }
span { border-color: rgb(1,63,84); }
td.TdClassName
{
border-color: #013F54;
}
.TagClassName
{
border-color: #013F54;
}
</style>