Shades of Sherpa Blue #013F4A
Tints of Sherpa Blue #013F4A
RGB
CMYK
RGB Variations
Color information
#013F4A (or 0x013F4A) is known color: Sherpa Blue. HEX triplet: 01, 3F and 4A. RGB value is (1,63,74). Sum of RGB (Red+Green+Blue) = 1+63+74=138 (18% of max value = 765). Red value is 1 (0.78% from 255 or 0.72% from 138); Green value is 63 (25% from 255 or 45.65% from 138); Blue value is 74 (29.30% from 255 or 53.62% from 138); Max value from RGB is 74 - color contains mainly: blue. Hex color #013F4A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #013F4A is #FEC0B5. Grayscale: #2D2D2D. Windows color (decimal): -16695478 or 4865793. OLE color: 4865793.
HSL color Cylindrical-coordinate representation of color #013F4A: hue angle of 189.04º degrees, saturation: 0.97, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #013F4A is Cyan = 0.99, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 1 | 63 | 74 | - |
| CMYK | 0.99 | 0.15 | 0 | 0.71 |
| HSL | 189.04º | 0.97% | 0.15% | - |
| HSV(B) | 189.04º | 0.99% | 0.29% | - |
| XYZ | 3.03 | 4.06 | 7.1 | - |
| YUV | 45.72 | 143.96 | 96.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 63 | 74 | 0.99 | 0.15 | 0 | 0.71 | 189.04 | 0.97 | 0.15 |
| Hex | 1 | 3F | 4A | 63 | F | 0 | 47 | BD | 61 | F |
| Octal | 1 | 77 | 112 | 143 | 17 | 0 | 107 | 275 | 141 | 17 |
| Binary | 1 | 111111 | 1001010 | 1100011 | 1111 | 0 | 1000111 | 10111101 | 1100001 | 1111 |
Color Harmonies of #013F4A
Complementary color
Monochromatic Colors of #013F4A
Black with #013F4A
Text Example
Text Example
White with #013F4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #013F4A; }
p { color: rgb(1,63,74); }
H1.HeaderClassName
{
color: #013F4A;
}
.AnyTagClassName
{
color: #013F4A;
}
</style>
background-color css
<style>
a { background-color: #013F4A; }
a { background-color: rgb(1,63,74); }
div.DivClassName
{
background-color: #013F4A;
}
.BgClassName
{
background-color: #013F4A;
}
</style>
border-color css
<style>
span { border-color: #013F4A; }
span { border-color: rgb(1,63,74); }
td.TdClassName
{
border-color: #013F4A;
}
.TagClassName
{
border-color: #013F4A;
}
</style>