Shades of Sherpa Blue #014345
Tints of Sherpa Blue #014345
RGB
CMYK
RGB Variations
Color information
#014345 (or 0x014345) is known color: Sherpa Blue. HEX triplet: 01, 43 and 45. RGB value is (1,67,69). Sum of RGB (Red+Green+Blue) = 1+67+69=137 (18% of max value = 765). Red value is 1 (0.78% from 255 or 0.73% from 137); Green value is 67 (26.56% from 255 or 48.91% from 137); Blue value is 69 (27.34% from 255 or 50.36% from 137); Max value from RGB is 69 - color contains mainly: blue. Hex color #014345 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #014345 is #FEBCBA. Grayscale: #2F2F2F. Windows color (decimal): -16694459 or 4539137. OLE color: 4539137.
HSL color Cylindrical-coordinate representation of color #014345: hue angle of 181.76º 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 #014345 is Cyan = 0.99, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 1 | 67 | 69 | - |
| CMYK | 0.99 | 0.03 | 0 | 0.73 |
| HSL | 181.76º | 0.97% | 0.14% | - |
| HSV(B) | 181.76º | 0.99% | 0.27% | - |
| XYZ | 3.09 | 4.45 | 6.33 | - |
| YUV | 47.49 | 140.13 | 94.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 67 | 69 | 0.99 | 0.03 | 0 | 0.73 | 181.76 | 0.97 | 0.14 |
| Hex | 1 | 43 | 45 | 63 | 3 | 0 | 49 | B6 | 61 | E |
| Octal | 1 | 103 | 105 | 143 | 3 | 0 | 111 | 266 | 141 | 16 |
| Binary | 1 | 1000011 | 1000101 | 1100011 | 11 | 0 | 1001001 | 10110110 | 1100001 | 1110 |
Color Harmonies of #014345
Complementary color
Monochromatic Colors of #014345
Black with #014345
Text Example
Text Example
White with #014345
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #014345; }
p { color: rgb(1,67,69); }
H1.HeaderClassName
{
color: #014345;
}
.AnyTagClassName
{
color: #014345;
}
</style>
background-color css
<style>
a { background-color: #014345; }
a { background-color: rgb(1,67,69); }
div.DivClassName
{
background-color: #014345;
}
.BgClassName
{
background-color: #014345;
}
</style>
border-color css
<style>
span { border-color: #014345; }
span { border-color: rgb(1,67,69); }
td.TdClassName
{
border-color: #014345;
}
.TagClassName
{
border-color: #014345;
}
</style>