Shades of Sherpa Blue #013F44
Tints of Sherpa Blue #013F44
RGB
CMYK
RGB Variations
Color information
#013F44 (or 0x013F44) is known color: Sherpa Blue. HEX triplet: 01, 3F and 44. RGB value is (1,63,68). Sum of RGB (Red+Green+Blue) = 1+63+68=132 (17% of max value = 765). Red value is 1 (0.78% from 255 or 0.76% from 132); Green value is 63 (25% from 255 or 47.73% from 132); Blue value is 68 (26.95% from 255 or 51.52% from 132); Max value from RGB is 68 - color contains mainly: blue. Hex color #013F44 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #013F44 is #FEC0BB. Grayscale: #2C2C2C. Windows color (decimal): -16695484 or 4472577. OLE color: 4472577.
HSL color Cylindrical-coordinate representation of color #013F44: hue angle of 184.48º 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 #013F44 is Cyan = 0.99, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 1 | 63 | 68 | - |
| CMYK | 0.99 | 0.07 | 0 | 0.73 |
| HSL | 184.48º | 0.97% | 0.14% | - |
| HSV(B) | 184.48º | 0.99% | 0.27% | - |
| XYZ | 2.83 | 3.98 | 6.09 | - |
| YUV | 45.03 | 140.96 | 96.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 63 | 68 | 0.99 | 0.07 | 0 | 0.73 | 184.48 | 0.97 | 0.14 |
| Hex | 1 | 3F | 44 | 63 | 7 | 0 | 49 | B8 | 61 | E |
| Octal | 1 | 77 | 104 | 143 | 7 | 0 | 111 | 270 | 141 | 16 |
| Binary | 1 | 111111 | 1000100 | 1100011 | 111 | 0 | 1001001 | 10111000 | 1100001 | 1110 |
Color Harmonies of #013F44
Complementary color
Monochromatic Colors of #013F44
Black with #013F44
Text Example
Text Example
White with #013F44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #013F44; }
p { color: rgb(1,63,68); }
H1.HeaderClassName
{
color: #013F44;
}
.AnyTagClassName
{
color: #013F44;
}
</style>
background-color css
<style>
a { background-color: #013F44; }
a { background-color: rgb(1,63,68); }
div.DivClassName
{
background-color: #013F44;
}
.BgClassName
{
background-color: #013F44;
}
</style>
border-color css
<style>
span { border-color: #013F44; }
span { border-color: rgb(1,63,68); }
td.TdClassName
{
border-color: #013F44;
}
.TagClassName
{
border-color: #013F44;
}
</style>