Shades of Sherpa Blue #004245
Tints of Sherpa Blue #004245
RGB
CMYK
RGB Variations
Color information
#004245 (or 0x004245) is known color: Sherpa Blue. HEX triplet: 00, 42 and 45. RGB value is (0,66,69). Sum of RGB (Red+Green+Blue) = 0+66+69=135 (17% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 135); Green value is 66 (26.17% from 255 or 48.89% from 135); Blue value is 69 (27.34% from 255 or 51.11% from 135); Max value from RGB is 69 - color contains mainly: blue. Hex color #004245 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #004245 is #FFBDBA. Grayscale: #2E2E2E. Windows color (decimal): -16760251 or 4538880. OLE color: 4538880.
HSL color Cylindrical-coordinate representation of color #004245: hue angle of 182.61º degrees, saturation: 1, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 1%. Process color model (Four color, CMYK) of #004245 is Cyan = 1, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 0 | 66 | 69 | - |
| CMYK | 1 | 0.04 | 0 | 0.73 |
| HSL | 182.61º | 1% | 0.14% | - |
| HSV(B) | 182.61º | 1% | 0.27% | - |
| XYZ | 3.02 | 4.33 | 6.31 | - |
| YUV | 46.61 | 140.63 | 94.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 66 | 69 | 1 | 0.04 | 0 | 0.73 | 182.61 | 1 | 0.14 |
| Hex | 0 | 42 | 45 | 64 | 4 | 0 | 49 | B7 | 64 | E |
| Octal | 0 | 102 | 105 | 144 | 4 | 0 | 111 | 267 | 144 | 16 |
| Binary | 0 | 1000010 | 1000101 | 1100100 | 100 | 0 | 1001001 | 10110111 | 1100100 | 1110 |
Color Harmonies of #004245
Complementary color
Monochromatic Colors of #004245
Black with #004245
Text Example
Text Example
White with #004245
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #004245; }
p { color: rgb(0,66,69); }
H1.HeaderClassName
{
color: #004245;
}
.AnyTagClassName
{
color: #004245;
}
</style>
background-color css
<style>
a { background-color: #004245; }
a { background-color: rgb(0,66,69); }
div.DivClassName
{
background-color: #004245;
}
.BgClassName
{
background-color: #004245;
}
</style>
border-color css
<style>
span { border-color: #004245; }
span { border-color: rgb(0,66,69); }
td.TdClassName
{
border-color: #004245;
}
.TagClassName
{
border-color: #004245;
}
</style>