Shades of Sherpa Blue #01363F
Tints of Sherpa Blue #01363F
RGB
CMYK
RGB Variations
Color information
#01363F (or 0x01363F) is known color: Sherpa Blue. HEX triplet: 01, 36 and 3F. RGB value is (1,54,63). Sum of RGB (Red+Green+Blue) = 1+54+63=118 (15% of max value = 765). Red value is 1 (0.78% from 255 or 0.85% from 118); Green value is 54 (21.48% from 255 or 45.76% from 118); Blue value is 63 (25% from 255 or 53.39% from 118); Max value from RGB is 63 - color contains mainly: blue. Hex color #01363F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #01363F is #FEC9C0. Grayscale: #272727. Windows color (decimal): -16697793 or 4142593. OLE color: 4142593.
HSL color Cylindrical-coordinate representation of color #01363F: hue angle of 188.71º degrees, saturation: 0.97, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #01363F is Cyan = 0.98, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 1 | 54 | 63 | - |
| CMYK | 0.98 | 0.14 | 0 | 0.75 |
| HSL | 188.71º | 0.97% | 0.13% | - |
| HSV(B) | 188.71º | 0.98% | 0.25% | - |
| XYZ | 2.23 | 3 | 5.16 | - |
| YUV | 39.18 | 141.44 | 100.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 54 | 63 | 0.98 | 0.14 | 0 | 0.75 | 188.71 | 0.97 | 0.13 |
| Hex | 1 | 36 | 3F | 62 | E | 0 | 4B | BD | 61 | D |
| Octal | 1 | 66 | 77 | 142 | 16 | 0 | 113 | 275 | 141 | 15 |
| Binary | 1 | 110110 | 111111 | 1100010 | 1110 | 0 | 1001011 | 10111101 | 1100001 | 1101 |
Color Harmonies of #01363F
Complementary color
Monochromatic Colors of #01363F
Black with #01363F
Text Example
Text Example
White with #01363F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01363F; }
p { color: rgb(1,54,63); }
H1.HeaderClassName
{
color: #01363F;
}
.AnyTagClassName
{
color: #01363F;
}
</style>
background-color css
<style>
a { background-color: #01363F; }
a { background-color: rgb(1,54,63); }
div.DivClassName
{
background-color: #01363F;
}
.BgClassName
{
background-color: #01363F;
}
</style>
border-color css
<style>
span { border-color: #01363F; }
span { border-color: rgb(1,54,63); }
td.TdClassName
{
border-color: #01363F;
}
.TagClassName
{
border-color: #01363F;
}
</style>