Shades of Sherpa Blue #004560
Tints of Sherpa Blue #004560
RGB
CMYK
RGB Variations
Color information
#004560 (or 0x004560) is known color: Sherpa Blue. HEX triplet: 00, 45 and 60. RGB value is (0,69,96). Sum of RGB (Red+Green+Blue) = 0+69+96=165 (21% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 165); Green value is 69 (27.34% from 255 or 41.82% from 165); Blue value is 96 (37.89% from 255 or 58.18% from 165); Max value from RGB is 96 - color contains mainly: blue. Hex color #004560 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #004560 is #FFBA9F. Grayscale: #333333. Windows color (decimal): -16759456 or 6309120. OLE color: 6309120.
HSL color Cylindrical-coordinate representation of color #004560: hue angle of 196.88º degrees, saturation: 1, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 1%. Process color model (Four color, CMYK) of #004560 is Cyan = 1, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 0 | 69 | 96 | - |
| CMYK | 1 | 0.28 | 0 | 0.62 |
| HSL | 196.88º | 1% | 0.19% | - |
| HSV(B) | 196.88º | 1% | 0.38% | - |
| XYZ | 4.24 | 5.1 | 11.83 | - |
| YUV | 51.45 | 153.14 | 91.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 69 | 96 | 1 | 0.28 | 0 | 0.62 | 196.88 | 1 | 0.19 |
| Hex | 0 | 45 | 60 | 64 | 1C | 0 | 3E | C5 | 64 | 13 |
| Octal | 0 | 105 | 140 | 144 | 34 | 0 | 76 | 305 | 144 | 23 |
| Binary | 0 | 1000101 | 1100000 | 1100100 | 11100 | 0 | 111110 | 11000101 | 1100100 | 10011 |
Color Harmonies of #004560
Complementary color
Monochromatic Colors of #004560
Black with #004560
Text Example
Text Example
White with #004560
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #004560; }
p { color: rgb(0,69,96); }
H1.HeaderClassName
{
color: #004560;
}
.AnyTagClassName
{
color: #004560;
}
</style>
background-color css
<style>
a { background-color: #004560; }
a { background-color: rgb(0,69,96); }
div.DivClassName
{
background-color: #004560;
}
.BgClassName
{
background-color: #004560;
}
</style>
border-color css
<style>
span { border-color: #004560; }
span { border-color: rgb(0,69,96); }
td.TdClassName
{
border-color: #004560;
}
.TagClassName
{
border-color: #004560;
}
</style>