Shades of Sherpa Blue #005448
Tints of Sherpa Blue #005448
RGB
CMYK
RGB Variations
Color information
#005448 (or 0x005448) is known color: Sherpa Blue. HEX triplet: 00, 54 and 48. RGB value is (0,84,72). Sum of RGB (Red+Green+Blue) = 0+84+72=156 (20% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 156); Green value is 84 (33.20% from 255 or 53.85% from 156); Blue value is 72 (28.52% from 255 or 46.15% from 156); Max value from RGB is 84 - color contains mainly: green. Hex color #005448 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #005448 is #FFABB7. Grayscale: #393939. Windows color (decimal): -16755640 or 4740096. OLE color: 4740096.
HSL color Cylindrical-coordinate representation of color #005448: hue angle of 171.43º degrees, saturation: 1, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 1%. Process color model (Four color, CMYK) of #005448 is Cyan = 1, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 0 | 84 | 72 | - |
| CMYK | 1 | 0 | 0.14 | 0.67 |
| HSL | 171.43º | 1% | 0.16% | - |
| HSV(B) | 171.43º | 1% | 0.33% | - |
| XYZ | 4.34 | 6.81 | 7.22 | - |
| YUV | 57.52 | 136.17 | 86.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 84 | 72 | 1 | 0 | 0.14 | 0.67 | 171.43 | 1 | 0.16 |
| Hex | 0 | 54 | 48 | 64 | 0 | E | 43 | AB | 64 | 10 |
| Octal | 0 | 124 | 110 | 144 | 0 | 16 | 103 | 253 | 144 | 20 |
| Binary | 0 | 1010100 | 1001000 | 1100100 | 0 | 1110 | 1000011 | 10101011 | 1100100 | 10000 |
Color Harmonies of #005448
Complementary color
Monochromatic Colors of #005448
Black with #005448
Text Example
Text Example
White with #005448
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #005448; }
p { color: rgb(0,84,72); }
H1.HeaderClassName
{
color: #005448;
}
.AnyTagClassName
{
color: #005448;
}
</style>
background-color css
<style>
a { background-color: #005448; }
a { background-color: rgb(0,84,72); }
div.DivClassName
{
background-color: #005448;
}
.BgClassName
{
background-color: #005448;
}
</style>
border-color css
<style>
span { border-color: #005448; }
span { border-color: rgb(0,84,72); }
td.TdClassName
{
border-color: #005448;
}
.TagClassName
{
border-color: #005448;
}
</style>