Shades of Sherpa Blue #01434F
Tints of Sherpa Blue #01434F
RGB
CMYK
RGB Variations
Color information
#01434F (or 0x01434F) is known color: Sherpa Blue. HEX triplet: 01, 43 and 4F. RGB value is (1,67,79). Sum of RGB (Red+Green+Blue) = 1+67+79=147 (19% of max value = 765). Red value is 1 (0.78% from 255 or 0.68% from 147); Green value is 67 (26.56% from 255 or 45.58% from 147); Blue value is 79 (31.25% from 255 or 53.74% from 147); Max value from RGB is 79 - color contains mainly: blue. Hex color #01434F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #01434F is #FEBCB0. Grayscale: #303030. Windows color (decimal): -16694449 or 5194497. OLE color: 5194497.
HSL color Cylindrical-coordinate representation of color #01434F: hue angle of 189.23º degrees, saturation: 0.98, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01434F is Cyan = 0.99, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 1 | 67 | 79 | - |
| CMYK | 0.99 | 0.15 | 0 | 0.69 |
| HSL | 189.23º | 0.98% | 0.16% | - |
| HSV(B) | 189.23º | 0.99% | 0.31% | - |
| XYZ | 3.43 | 4.59 | 8.1 | - |
| YUV | 48.63 | 145.13 | 94.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 67 | 79 | 0.99 | 0.15 | 0 | 0.69 | 189.23 | 0.98 | 0.16 |
| Hex | 1 | 43 | 4F | 63 | F | 0 | 45 | BD | 62 | 10 |
| Octal | 1 | 103 | 117 | 143 | 17 | 0 | 105 | 275 | 142 | 20 |
| Binary | 1 | 1000011 | 1001111 | 1100011 | 1111 | 0 | 1000101 | 10111101 | 1100010 | 10000 |
Color Harmonies of #01434F
Complementary color
Monochromatic Colors of #01434F
Black with #01434F
Text Example
Text Example
White with #01434F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01434F; }
p { color: rgb(1,67,79); }
H1.HeaderClassName
{
color: #01434F;
}
.AnyTagClassName
{
color: #01434F;
}
</style>
background-color css
<style>
a { background-color: #01434F; }
a { background-color: rgb(1,67,79); }
div.DivClassName
{
background-color: #01434F;
}
.BgClassName
{
background-color: #01434F;
}
</style>
border-color css
<style>
span { border-color: #01434F; }
span { border-color: rgb(1,67,79); }
td.TdClassName
{
border-color: #01434F;
}
.TagClassName
{
border-color: #01434F;
}
</style>