Shades of Sherpa Blue #01343D
Tints of Sherpa Blue #01343D
RGB
CMYK
RGB Variations
Color information
#01343D (or 0x01343D) is known color: Sherpa Blue. HEX triplet: 01, 34 and 3D. RGB value is (1,52,61). Sum of RGB (Red+Green+Blue) = 1+52+61=114 (15% of max value = 765). Red value is 1 (0.78% from 255 or 0.88% from 114); Green value is 52 (20.70% from 255 or 45.61% from 114); Blue value is 61 (24.22% from 255 or 53.51% from 114); Max value from RGB is 61 - color contains mainly: blue. Hex color #01343D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #01343D is #FECBC2. Grayscale: #252525. Windows color (decimal): -16698307 or 4011009. OLE color: 4011009.
HSL color Cylindrical-coordinate representation of color #01343D: hue angle of 189º degrees, saturation: 0.97, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #01343D is Cyan = 0.98, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 1 | 52 | 61 | - |
| CMYK | 0.98 | 0.15 | 0 | 0.76 |
| HSL | 189º | 0.97% | 0.12% | - |
| HSV(B) | 189º | 0.98% | 0.24% | - |
| XYZ | 2.08 | 2.8 | 4.85 | - |
| YUV | 37.78 | 141.1 | 101.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 52 | 61 | 0.98 | 0.15 | 0 | 0.76 | 189 | 0.97 | 0.12 |
| Hex | 1 | 34 | 3D | 62 | F | 0 | 4C | BD | 61 | C |
| Octal | 1 | 64 | 75 | 142 | 17 | 0 | 114 | 275 | 141 | 14 |
| Binary | 1 | 110100 | 111101 | 1100010 | 1111 | 0 | 1001100 | 10111101 | 1100001 | 1100 |
Color Harmonies of #01343D
Complementary color
Monochromatic Colors of #01343D
Black with #01343D
Text Example
Text Example
White with #01343D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01343D; }
p { color: rgb(1,52,61); }
H1.HeaderClassName
{
color: #01343D;
}
.AnyTagClassName
{
color: #01343D;
}
</style>
background-color css
<style>
a { background-color: #01343D; }
a { background-color: rgb(1,52,61); }
div.DivClassName
{
background-color: #01343D;
}
.BgClassName
{
background-color: #01343D;
}
</style>
border-color css
<style>
span { border-color: #01343D; }
span { border-color: rgb(1,52,61); }
td.TdClassName
{
border-color: #01343D;
}
.TagClassName
{
border-color: #01343D;
}
</style>