Shades of Sherpa Blue #01434C
Tints of Sherpa Blue #01434C
RGB
CMYK
RGB Variations
Color information
#01434C (or 0x01434C) is known color: Sherpa Blue. HEX triplet: 01, 43 and 4C. RGB value is (1,67,76). Sum of RGB (Red+Green+Blue) = 1+67+76=144 (19% of max value = 765). Red value is 1 (0.78% from 255 or 0.69% from 144); Green value is 67 (26.56% from 255 or 46.53% from 144); Blue value is 76 (30.08% from 255 or 52.78% from 144); Max value from RGB is 76 - color contains mainly: blue. Hex color #01434C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #01434C is #FEBCB3. Grayscale: #303030. Windows color (decimal): -16694452 or 4997889. OLE color: 4997889.
HSL color Cylindrical-coordinate representation of color #01434C: hue angle of 187.2º 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 #01434C is Cyan = 0.99, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 1 | 67 | 76 | - |
| CMYK | 0.99 | 0.12 | 0 | 0.70 |
| HSL | 187.2º | 0.97% | 0.15% | - |
| HSV(B) | 187.2º | 0.99% | 0.3% | - |
| XYZ | 3.32 | 4.54 | 7.54 | - |
| YUV | 48.29 | 143.63 | 94.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 67 | 76 | 0.99 | 0.12 | 0 | 0.70 | 187.2 | 0.97 | 0.15 |
| Hex | 1 | 43 | 4C | 63 | C | 0 | 46 | BB | 61 | F |
| Octal | 1 | 103 | 114 | 143 | 14 | 0 | 106 | 273 | 141 | 17 |
| Binary | 1 | 1000011 | 1001100 | 1100011 | 1100 | 0 | 1000110 | 10111011 | 1100001 | 1111 |
Color Harmonies of #01434C
Complementary color
Monochromatic Colors of #01434C
Black with #01434C
Text Example
Text Example
White with #01434C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01434C; }
p { color: rgb(1,67,76); }
H1.HeaderClassName
{
color: #01434C;
}
.AnyTagClassName
{
color: #01434C;
}
</style>
background-color css
<style>
a { background-color: #01434C; }
a { background-color: rgb(1,67,76); }
div.DivClassName
{
background-color: #01434C;
}
.BgClassName
{
background-color: #01434C;
}
</style>
border-color css
<style>
span { border-color: #01434C; }
span { border-color: rgb(1,67,76); }
td.TdClassName
{
border-color: #01434C;
}
.TagClassName
{
border-color: #01434C;
}
</style>