Shades of Sherpa Blue #02444D
Tints of Sherpa Blue #02444D
RGB
CMYK
RGB Variations
Color information
#02444D (or 0x02444D) is known color: Sherpa Blue. HEX triplet: 02, 44 and 4D. RGB value is (2,68,77). Sum of RGB (Red+Green+Blue) = 2+68+77=147 (19% of max value = 765). Red value is 2 (1.17% from 255 or 1.36% from 147); Green value is 68 (26.95% from 255 or 46.26% from 147); Blue value is 77 (30.47% from 255 or 52.38% from 147); Max value from RGB is 77 - color contains mainly: blue. Hex color #02444D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #02444D is #FDBBB2. Grayscale: #313131. Windows color (decimal): -16628659 or 5063682. OLE color: 5063682.
HSL color Cylindrical-coordinate representation of color #02444D: hue angle of 187.2º degrees, saturation: 0.95, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #02444D is Cyan = 0.97, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 2 | 68 | 77 | - |
| CMYK | 0.97 | 0.12 | 0 | 0.70 |
| HSL | 187.2º | 0.95% | 0.15% | - |
| HSV(B) | 187.2º | 0.97% | 0.3% | - |
| XYZ | 3.43 | 4.68 | 7.74 | - |
| YUV | 49.29 | 143.63 | 94.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 68 | 77 | 0.97 | 0.12 | 0 | 0.70 | 187.2 | 0.95 | 0.15 |
| Hex | 2 | 44 | 4D | 61 | C | 0 | 46 | BB | 5F | F |
| Octal | 2 | 104 | 115 | 141 | 14 | 0 | 106 | 273 | 137 | 17 |
| Binary | 10 | 1000100 | 1001101 | 1100001 | 1100 | 0 | 1000110 | 10111011 | 1011111 | 1111 |
Color Harmonies of #02444D
Complementary color
Monochromatic Colors of #02444D
Black with #02444D
Text Example
Text Example
White with #02444D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02444D; }
p { color: rgb(2,68,77); }
H1.HeaderClassName
{
color: #02444D;
}
.AnyTagClassName
{
color: #02444D;
}
</style>
background-color css
<style>
a { background-color: #02444D; }
a { background-color: rgb(2,68,77); }
div.DivClassName
{
background-color: #02444D;
}
.BgClassName
{
background-color: #02444D;
}
</style>
border-color css
<style>
span { border-color: #02444D; }
span { border-color: rgb(2,68,77); }
td.TdClassName
{
border-color: #02444D;
}
.TagClassName
{
border-color: #02444D;
}
</style>