Shades of Sherpa Blue #01333D
Tints of Sherpa Blue #01333D
RGB
CMYK
RGB Variations
Color information
#01333D (or 0x01333D) is known color: Sherpa Blue. HEX triplet: 01, 33 and 3D. RGB value is (1,51,61). Sum of RGB (Red+Green+Blue) = 1+51+61=113 (14% of max value = 765). Red value is 1 (0.78% from 255 or 0.88% from 113); Green value is 51 (20.31% from 255 or 45.13% from 113); Blue value is 61 (24.22% from 255 or 53.98% from 113); Max value from RGB is 61 - color contains mainly: blue. Hex color #01333D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #01333D is #FECCC2. Grayscale: #252525. Windows color (decimal): -16698563 or 4010753. OLE color: 4010753.
HSL color Cylindrical-coordinate representation of color #01333D: hue angle of 190º 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 #01333D is Cyan = 0.98, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 1 | 51 | 61 | - |
| CMYK | 0.98 | 0.16 | 0 | 0.76 |
| HSL | 190º | 0.97% | 0.12% | - |
| HSV(B) | 190º | 0.98% | 0.24% | - |
| XYZ | 2.04 | 2.71 | 4.83 | - |
| YUV | 37.19 | 141.44 | 102.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 51 | 61 | 0.98 | 0.16 | 0 | 0.76 | 190 | 0.97 | 0.12 |
| Hex | 1 | 33 | 3D | 62 | 10 | 0 | 4C | BE | 61 | C |
| Octal | 1 | 63 | 75 | 142 | 20 | 0 | 114 | 276 | 141 | 14 |
| Binary | 1 | 110011 | 111101 | 1100010 | 10000 | 0 | 1001100 | 10111110 | 1100001 | 1100 |
Color Harmonies of #01333D
Complementary color
Monochromatic Colors of #01333D
Black with #01333D
Text Example
Text Example
White with #01333D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01333D; }
p { color: rgb(1,51,61); }
H1.HeaderClassName
{
color: #01333D;
}
.AnyTagClassName
{
color: #01333D;
}
</style>
background-color css
<style>
a { background-color: #01333D; }
a { background-color: rgb(1,51,61); }
div.DivClassName
{
background-color: #01333D;
}
.BgClassName
{
background-color: #01333D;
}
</style>
border-color css
<style>
span { border-color: #01333D; }
span { border-color: rgb(1,51,61); }
td.TdClassName
{
border-color: #01333D;
}
.TagClassName
{
border-color: #01333D;
}
</style>