Shades of Sherpa Blue #01384C
Tints of Sherpa Blue #01384C
RGB
CMYK
RGB Variations
Color information
#01384C (or 0x01384C) is known color: Sherpa Blue. HEX triplet: 01, 38 and 4C. RGB value is (1,56,76). Sum of RGB (Red+Green+Blue) = 1+56+76=133 (17% of max value = 765). Red value is 1 (0.78% from 255 or 0.75% from 133); Green value is 56 (22.27% from 255 or 42.11% from 133); Blue value is 76 (30.08% from 255 or 57.14% from 133); Max value from RGB is 76 - color contains mainly: blue. Hex color #01384C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #01384C is #FEC7B3. Grayscale: #292929. Windows color (decimal): -16697268 or 4995073. OLE color: 4995073.
HSL color Cylindrical-coordinate representation of color #01384C: hue angle of 196º degrees, saturation: 0.97, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01384C is Cyan = 0.99, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 1 | 56 | 76 | - |
| CMYK | 0.99 | 0.26 | 0 | 0.70 |
| HSL | 196º | 0.97% | 0.15% | - |
| HSV(B) | 196º | 0.99% | 0.3% | - |
| XYZ | 2.73 | 3.36 | 7.34 | - |
| YUV | 41.84 | 147.28 | 98.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 56 | 76 | 0.99 | 0.26 | 0 | 0.70 | 196 | 0.97 | 0.15 |
| Hex | 1 | 38 | 4C | 63 | 1A | 0 | 46 | C4 | 61 | F |
| Octal | 1 | 70 | 114 | 143 | 32 | 0 | 106 | 304 | 141 | 17 |
| Binary | 1 | 111000 | 1001100 | 1100011 | 11010 | 0 | 1000110 | 11000100 | 1100001 | 1111 |
Color Harmonies of #01384C
Complementary color
Monochromatic Colors of #01384C
Black with #01384C
Text Example
Text Example
White with #01384C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01384C; }
p { color: rgb(1,56,76); }
H1.HeaderClassName
{
color: #01384C;
}
.AnyTagClassName
{
color: #01384C;
}
</style>
background-color css
<style>
a { background-color: #01384C; }
a { background-color: rgb(1,56,76); }
div.DivClassName
{
background-color: #01384C;
}
.BgClassName
{
background-color: #01384C;
}
</style>
border-color css
<style>
span { border-color: #01384C; }
span { border-color: rgb(1,56,76); }
td.TdClassName
{
border-color: #01384C;
}
.TagClassName
{
border-color: #01384C;
}
</style>