Shades of Sherpa Blue #014043
Tints of Sherpa Blue #014043
RGB
CMYK
RGB Variations
Color information
#014043 (or 0x014043) is known color: Sherpa Blue. HEX triplet: 01, 40 and 43. RGB value is (1,64,67). Sum of RGB (Red+Green+Blue) = 1+64+67=132 (17% of max value = 765). Red value is 1 (0.78% from 255 or 0.76% from 132); Green value is 64 (25.39% from 255 or 48.48% from 132); Blue value is 67 (26.56% from 255 or 50.76% from 132); Max value from RGB is 67 - color contains mainly: blue. Hex color #014043 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #014043 is #FEBFBC. Grayscale: #2D2D2D. Windows color (decimal): -16695229 or 4407297. OLE color: 4407297.
HSL color Cylindrical-coordinate representation of color #014043: hue angle of 182.73º degrees, saturation: 0.97, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #014043 is Cyan = 0.99, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 1 | 64 | 67 | - |
| CMYK | 0.99 | 0.04 | 0 | 0.74 |
| HSL | 182.73º | 0.97% | 0.13% | - |
| HSV(B) | 182.73º | 0.99% | 0.26% | - |
| XYZ | 2.86 | 4.08 | 5.95 | - |
| YUV | 45.51 | 140.13 | 96.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 64 | 67 | 0.99 | 0.04 | 0 | 0.74 | 182.73 | 0.97 | 0.13 |
| Hex | 1 | 40 | 43 | 63 | 4 | 0 | 4A | B7 | 61 | D |
| Octal | 1 | 100 | 103 | 143 | 4 | 0 | 112 | 267 | 141 | 15 |
| Binary | 1 | 1000000 | 1000011 | 1100011 | 100 | 0 | 1001010 | 10110111 | 1100001 | 1101 |
Color Harmonies of #014043
Complementary color
Monochromatic Colors of #014043
Black with #014043
Text Example
Text Example
White with #014043
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #014043; }
p { color: rgb(1,64,67); }
H1.HeaderClassName
{
color: #014043;
}
.AnyTagClassName
{
color: #014043;
}
</style>
background-color css
<style>
a { background-color: #014043; }
a { background-color: rgb(1,64,67); }
div.DivClassName
{
background-color: #014043;
}
.BgClassName
{
background-color: #014043;
}
</style>
border-color css
<style>
span { border-color: #014043; }
span { border-color: rgb(1,64,67); }
td.TdClassName
{
border-color: #014043;
}
.TagClassName
{
border-color: #014043;
}
</style>