Shades of Sherpa Blue #024964
Tints of Sherpa Blue #024964
RGB
CMYK
RGB Variations
Color information
#024964 (or 0x024964) is known color: Sherpa Blue. HEX triplet: 02, 49 and 64. RGB value is (2,73,100). Sum of RGB (Red+Green+Blue) = 2+73+100=175 (23% of max value = 765). Red value is 2 (1.17% from 255 or 1.14% from 175); Green value is 73 (28.91% from 255 or 41.71% from 175); Blue value is 100 (39.45% from 255 or 57.14% from 175); Max value from RGB is 100 - color contains mainly: blue. Hex color #024964 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #024964 is #FDB69B. Grayscale: #363636. Windows color (decimal): -16627356 or 6572290. OLE color: 6572290.
HSL color Cylindrical-coordinate representation of color #024964: hue angle of 196.53º degrees, saturation: 0.96, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #024964 is Cyan = 0.98, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 2 | 73 | 100 | - |
| CMYK | 0.98 | 0.27 | 0 | 0.61 |
| HSL | 196.53º | 0.96% | 0.2% | - |
| HSV(B) | 196.53º | 0.98% | 0.39% | - |
| XYZ | 4.71 | 5.7 | 12.91 | - |
| YUV | 54.85 | 153.48 | 90.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 73 | 100 | 0.98 | 0.27 | 0 | 0.61 | 196.53 | 0.96 | 0.2 |
| Hex | 2 | 49 | 64 | 62 | 1B | 0 | 3D | C5 | 60 | 14 |
| Octal | 2 | 111 | 144 | 142 | 33 | 0 | 75 | 305 | 140 | 24 |
| Binary | 10 | 1001001 | 1100100 | 1100010 | 11011 | 0 | 111101 | 11000101 | 1100000 | 10100 |
Color Harmonies of #024964
Complementary color
Monochromatic Colors of #024964
Black with #024964
Text Example
Text Example
White with #024964
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #024964; }
p { color: rgb(2,73,100); }
H1.HeaderClassName
{
color: #024964;
}
.AnyTagClassName
{
color: #024964;
}
</style>
background-color css
<style>
a { background-color: #024964; }
a { background-color: rgb(2,73,100); }
div.DivClassName
{
background-color: #024964;
}
.BgClassName
{
background-color: #024964;
}
</style>
border-color css
<style>
span { border-color: #024964; }
span { border-color: rgb(2,73,100); }
td.TdClassName
{
border-color: #024964;
}
.TagClassName
{
border-color: #024964;
}
</style>