Shades of Sherpa Blue #004455
Tints of Sherpa Blue #004455
RGB
CMYK
RGB Variations
Color information
#004455 (or 0x004455) is known color: Sherpa Blue. HEX triplet: 00, 44 and 55. RGB value is (0,68,85). Sum of RGB (Red+Green+Blue) = 0+68+85=153 (20% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 153); Green value is 68 (26.95% from 255 or 44.44% from 153); Blue value is 85 (33.59% from 255 or 55.56% from 153); Max value from RGB is 85 - color contains mainly: blue. Hex color #004455 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #004455 is #FFBBAA. Grayscale: #313131. Windows color (decimal): -16759723 or 5587968. OLE color: 5587968.
HSL color Cylindrical-coordinate representation of color #004455: hue angle of 192º 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 #004455 is Cyan = 1, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 0 | 68 | 85 | - |
| CMYK | 1 | 0.20 | 0 | 0.67 |
| HSL | 192º | 1% | 0.17% | - |
| HSV(B) | 192º | 1% | 0.33% | - |
| XYZ | 3.71 | 4.79 | 9.32 | - |
| YUV | 49.61 | 147.97 | 92.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 68 | 85 | 1 | 0.20 | 0 | 0.67 | 192 | 1 | 0.17 |
| Hex | 0 | 44 | 55 | 64 | 14 | 0 | 43 | C0 | 64 | 11 |
| Octal | 0 | 104 | 125 | 144 | 24 | 0 | 103 | 300 | 144 | 21 |
| Binary | 0 | 1000100 | 1010101 | 1100100 | 10100 | 0 | 1000011 | 11000000 | 1100100 | 10001 |
Color Harmonies of #004455
Complementary color
Monochromatic Colors of #004455
Black with #004455
Text Example
Text Example
White with #004455
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #004455; }
p { color: rgb(0,68,85); }
H1.HeaderClassName
{
color: #004455;
}
.AnyTagClassName
{
color: #004455;
}
</style>
background-color css
<style>
a { background-color: #004455; }
a { background-color: rgb(0,68,85); }
div.DivClassName
{
background-color: #004455;
}
.BgClassName
{
background-color: #004455;
}
</style>
border-color css
<style>
span { border-color: #004455; }
span { border-color: rgb(0,68,85); }
td.TdClassName
{
border-color: #004455;
}
.TagClassName
{
border-color: #004455;
}
</style>