Shades of Sherpa Blue #014448
Tints of Sherpa Blue #014448
RGB
CMYK
RGB Variations
Color information
#014448 (or 0x014448) is known color: Sherpa Blue. HEX triplet: 01, 44 and 48. RGB value is (1,68,72). Sum of RGB (Red+Green+Blue) = 1+68+72=141 (18% of max value = 765). Red value is 1 (0.78% from 255 or 0.71% from 141); Green value is 68 (26.95% from 255 or 48.23% from 141); Blue value is 72 (28.52% from 255 or 51.06% from 141); Max value from RGB is 72 - color contains mainly: blue. Hex color #014448 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #014448 is #FEBBB7. Grayscale: #303030. Windows color (decimal): -16694200 or 4736001. OLE color: 4736001.
HSL color Cylindrical-coordinate representation of color #014448: hue angle of 183.38º degrees, saturation: 0.97, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #014448 is Cyan = 0.99, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 1 | 68 | 72 | - |
| CMYK | 0.99 | 0.06 | 0 | 0.72 |
| HSL | 183.38º | 0.97% | 0.14% | - |
| HSV(B) | 183.38º | 0.99% | 0.28% | - |
| XYZ | 3.25 | 4.61 | 6.85 | - |
| YUV | 48.42 | 141.3 | 94.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 68 | 72 | 0.99 | 0.06 | 0 | 0.72 | 183.38 | 0.97 | 0.14 |
| Hex | 1 | 44 | 48 | 63 | 6 | 0 | 48 | B7 | 61 | E |
| Octal | 1 | 104 | 110 | 143 | 6 | 0 | 110 | 267 | 141 | 16 |
| Binary | 1 | 1000100 | 1001000 | 1100011 | 110 | 0 | 1001000 | 10110111 | 1100001 | 1110 |
Color Harmonies of #014448
Complementary color
Monochromatic Colors of #014448
Black with #014448
Text Example
Text Example
White with #014448
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #014448; }
p { color: rgb(1,68,72); }
H1.HeaderClassName
{
color: #014448;
}
.AnyTagClassName
{
color: #014448;
}
</style>
background-color css
<style>
a { background-color: #014448; }
a { background-color: rgb(1,68,72); }
div.DivClassName
{
background-color: #014448;
}
.BgClassName
{
background-color: #014448;
}
</style>
border-color css
<style>
span { border-color: #014448; }
span { border-color: rgb(1,68,72); }
td.TdClassName
{
border-color: #014448;
}
.TagClassName
{
border-color: #014448;
}
</style>