Shades of Sherpa Blue #004555
Tints of Sherpa Blue #004555
RGB
CMYK
RGB Variations
Color information
#004555 (or 0x004555) is known color: Sherpa Blue. HEX triplet: 00, 45 and 55. RGB value is (0,69,85). Sum of RGB (Red+Green+Blue) = 0+69+85=154 (20% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 154); Green value is 69 (27.34% from 255 or 44.81% from 154); Blue value is 85 (33.59% from 255 or 55.19% from 154); Max value from RGB is 85 - color contains mainly: blue. Hex color #004555 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #004555 is #FFBAAA. Grayscale: #323232. Windows color (decimal): -16759467 or 5588224. OLE color: 5588224.
HSL color Cylindrical-coordinate representation of color #004555: hue angle of 191.29º degrees, saturation: 1, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 1%. Process color model (Four color, CMYK) of #004555 is Cyan = 1, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 0 | 69 | 85 | - |
| CMYK | 1 | 0.19 | 0 | 0.67 |
| HSL | 191.29º | 1% | 0.17% | - |
| HSV(B) | 191.29º | 1% | 0.33% | - |
| XYZ | 3.77 | 4.91 | 9.34 | - |
| YUV | 50.19 | 147.64 | 92.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 69 | 85 | 1 | 0.19 | 0 | 0.67 | 191.29 | 1 | 0.17 |
| Hex | 0 | 45 | 55 | 64 | 13 | 0 | 43 | BF | 64 | 11 |
| Octal | 0 | 105 | 125 | 144 | 23 | 0 | 103 | 277 | 144 | 21 |
| Binary | 0 | 1000101 | 1010101 | 1100100 | 10011 | 0 | 1000011 | 10111111 | 1100100 | 10001 |
Color Harmonies of #004555
Complementary color
Monochromatic Colors of #004555
Black with #004555
Text Example
Text Example
White with #004555
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #004555; }
p { color: rgb(0,69,85); }
H1.HeaderClassName
{
color: #004555;
}
.AnyTagClassName
{
color: #004555;
}
</style>
background-color css
<style>
a { background-color: #004555; }
a { background-color: rgb(0,69,85); }
div.DivClassName
{
background-color: #004555;
}
.BgClassName
{
background-color: #004555;
}
</style>
border-color css
<style>
span { border-color: #004555; }
span { border-color: rgb(0,69,85); }
td.TdClassName
{
border-color: #004555;
}
.TagClassName
{
border-color: #004555;
}
</style>