Shades of Sherpa Blue #024F5C
Tints of Sherpa Blue #024F5C
RGB
CMYK
RGB Variations
Color information
#024F5C (or 0x024F5C) is known color: Sherpa Blue. HEX triplet: 02, 4F and 5C. RGB value is (2,79,92). Sum of RGB (Red+Green+Blue) = 2+79+92=173 (22% of max value = 765). Red value is 2 (1.17% from 255 or 1.16% from 173); Green value is 79 (31.25% from 255 or 45.66% from 173); Blue value is 92 (36.33% from 255 or 53.18% from 173); Max value from RGB is 92 - color contains mainly: blue. Hex color #024F5C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #024F5C is #FDB0A3. Grayscale: #393939. Windows color (decimal): -16625828 or 6049538. OLE color: 6049538.
HSL color Cylindrical-coordinate representation of color #024F5C: hue angle of 188.67º degrees, saturation: 0.96, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #024F5C is Cyan = 0.98, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 2 | 79 | 92 | - |
| CMYK | 0.98 | 0.14 | 0 | 0.64 |
| HSL | 188.67º | 0.96% | 0.18% | - |
| HSV(B) | 188.67º | 0.98% | 0.36% | - |
| XYZ | 4.75 | 6.38 | 11.11 | - |
| YUV | 57.46 | 147.49 | 88.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 79 | 92 | 0.98 | 0.14 | 0 | 0.64 | 188.67 | 0.96 | 0.18 |
| Hex | 2 | 4F | 5C | 62 | E | 0 | 40 | BD | 60 | 12 |
| Octal | 2 | 117 | 134 | 142 | 16 | 0 | 100 | 275 | 140 | 22 |
| Binary | 10 | 1001111 | 1011100 | 1100010 | 1110 | 0 | 1000000 | 10111101 | 1100000 | 10010 |
Color Harmonies of #024F5C
Complementary color
Monochromatic Colors of #024F5C
Black with #024F5C
Text Example
Text Example
White with #024F5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #024F5C; }
p { color: rgb(2,79,92); }
H1.HeaderClassName
{
color: #024F5C;
}
.AnyTagClassName
{
color: #024F5C;
}
</style>
background-color css
<style>
a { background-color: #024F5C; }
a { background-color: rgb(2,79,92); }
div.DivClassName
{
background-color: #024F5C;
}
.BgClassName
{
background-color: #024F5C;
}
</style>
border-color css
<style>
span { border-color: #024F5C; }
span { border-color: rgb(2,79,92); }
td.TdClassName
{
border-color: #024F5C;
}
.TagClassName
{
border-color: #024F5C;
}
</style>