Shades of Sherpa Blue #013446
Tints of Sherpa Blue #013446
RGB
CMYK
RGB Variations
Color information
#013446 (or 0x013446) is known color: Sherpa Blue. HEX triplet: 01, 34 and 46. RGB value is (1,52,70). Sum of RGB (Red+Green+Blue) = 1+52+70=123 (16% of max value = 765). Red value is 1 (0.78% from 255 or 0.81% from 123); Green value is 52 (20.70% from 255 or 42.28% from 123); Blue value is 70 (27.73% from 255 or 56.91% from 123); Max value from RGB is 70 - color contains mainly: blue. Hex color #013446 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #013446 is #FECBB9. Grayscale: #262626. Windows color (decimal): -16698298 or 4600833. OLE color: 4600833.
HSL color Cylindrical-coordinate representation of color #013446: hue angle of 195.65º degrees, saturation: 0.97, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #013446 is Cyan = 0.99, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 1 | 52 | 70 | - |
| CMYK | 0.99 | 0.26 | 0 | 0.73 |
| HSL | 195.65º | 0.97% | 0.14% | - |
| HSV(B) | 195.65º | 0.99% | 0.27% | - |
| XYZ | 2.35 | 2.9 | 6.23 | - |
| YUV | 38.8 | 145.6 | 101.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 52 | 70 | 0.99 | 0.26 | 0 | 0.73 | 195.65 | 0.97 | 0.14 |
| Hex | 1 | 34 | 46 | 63 | 1A | 0 | 49 | C4 | 61 | E |
| Octal | 1 | 64 | 106 | 143 | 32 | 0 | 111 | 304 | 141 | 16 |
| Binary | 1 | 110100 | 1000110 | 1100011 | 11010 | 0 | 1001001 | 11000100 | 1100001 | 1110 |
Color Harmonies of #013446
Complementary color
Monochromatic Colors of #013446
Black with #013446
Text Example
Text Example
White with #013446
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #013446; }
p { color: rgb(1,52,70); }
H1.HeaderClassName
{
color: #013446;
}
.AnyTagClassName
{
color: #013446;
}
</style>
background-color css
<style>
a { background-color: #013446; }
a { background-color: rgb(1,52,70); }
div.DivClassName
{
background-color: #013446;
}
.BgClassName
{
background-color: #013446;
}
</style>
border-color css
<style>
span { border-color: #013446; }
span { border-color: rgb(1,52,70); }
td.TdClassName
{
border-color: #013446;
}
.TagClassName
{
border-color: #013446;
}
</style>