Shades of Sherpa Blue #01434D
Tints of Sherpa Blue #01434D
RGB
CMYK
RGB Variations
Color information
#01434D (or 0x01434D) is known color: Sherpa Blue. HEX triplet: 01, 43 and 4D. RGB value is (1,67,77). Sum of RGB (Red+Green+Blue) = 1+67+77=145 (19% of max value = 765). Red value is 1 (0.78% from 255 or 0.69% from 145); Green value is 67 (26.56% from 255 or 46.21% from 145); Blue value is 77 (30.47% from 255 or 53.10% from 145); Max value from RGB is 77 - color contains mainly: blue. Hex color #01434D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #01434D is #FEBCB2. Grayscale: #303030. Windows color (decimal): -16694451 or 5063425. OLE color: 5063425.
HSL color Cylindrical-coordinate representation of color #01434D: hue angle of 187.89º 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 #01434D is Cyan = 0.99, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 1 | 67 | 77 | - |
| CMYK | 0.99 | 0.13 | 0 | 0.70 |
| HSL | 187.89º | 0.97% | 0.15% | - |
| HSV(B) | 187.89º | 0.99% | 0.3% | - |
| XYZ | 3.36 | 4.56 | 7.72 | - |
| YUV | 48.41 | 144.13 | 94.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 67 | 77 | 0.99 | 0.13 | 0 | 0.70 | 187.89 | 0.97 | 0.15 |
| Hex | 1 | 43 | 4D | 63 | D | 0 | 46 | BC | 61 | F |
| Octal | 1 | 103 | 115 | 143 | 15 | 0 | 106 | 274 | 141 | 17 |
| Binary | 1 | 1000011 | 1001101 | 1100011 | 1101 | 0 | 1000110 | 10111100 | 1100001 | 1111 |
Color Harmonies of #01434D
Complementary color
Monochromatic Colors of #01434D
Black with #01434D
Text Example
Text Example
White with #01434D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01434D; }
p { color: rgb(1,67,77); }
H1.HeaderClassName
{
color: #01434D;
}
.AnyTagClassName
{
color: #01434D;
}
</style>
background-color css
<style>
a { background-color: #01434D; }
a { background-color: rgb(1,67,77); }
div.DivClassName
{
background-color: #01434D;
}
.BgClassName
{
background-color: #01434D;
}
</style>
border-color css
<style>
span { border-color: #01434D; }
span { border-color: rgb(1,67,77); }
td.TdClassName
{
border-color: #01434D;
}
.TagClassName
{
border-color: #01434D;
}
</style>