Shades of Sherpa Blue #024A65
Tints of Sherpa Blue #024A65
RGB
CMYK
RGB Variations
Color information
#024A65 (or 0x024A65) is known color: Sherpa Blue. HEX triplet: 02, 4A and 65. RGB value is (2,74,101). Sum of RGB (Red+Green+Blue) = 2+74+101=177 (23% of max value = 765). Red value is 2 (1.17% from 255 or 1.13% from 177); Green value is 74 (29.30% from 255 or 41.81% from 177); Blue value is 101 (39.84% from 255 or 57.06% from 177); Max value from RGB is 101 - color contains mainly: blue. Hex color #024A65 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #024A65 is #FDB59A. Grayscale: #373737. Windows color (decimal): -16627099 or 6638082. OLE color: 6638082.
HSL color Cylindrical-coordinate representation of color #024A65: hue angle of 196.36º degrees, saturation: 0.96, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #024A65 is Cyan = 0.98, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 2 | 74 | 101 | - |
| CMYK | 0.98 | 0.27 | 0 | 0.60 |
| HSL | 196.36º | 0.96% | 0.2% | - |
| HSV(B) | 196.36º | 0.98% | 0.4% | - |
| XYZ | 4.82 | 5.85 | 13.19 | - |
| YUV | 55.55 | 153.65 | 89.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 74 | 101 | 0.98 | 0.27 | 0 | 0.60 | 196.36 | 0.96 | 0.2 |
| Hex | 2 | 4A | 65 | 62 | 1B | 0 | 3C | C4 | 60 | 14 |
| Octal | 2 | 112 | 145 | 142 | 33 | 0 | 74 | 304 | 140 | 24 |
| Binary | 10 | 1001010 | 1100101 | 1100010 | 11011 | 0 | 111100 | 11000100 | 1100000 | 10100 |
Color Harmonies of #024A65
Complementary color
Monochromatic Colors of #024A65
Black with #024A65
Text Example
Text Example
White with #024A65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #024A65; }
p { color: rgb(2,74,101); }
H1.HeaderClassName
{
color: #024A65;
}
.AnyTagClassName
{
color: #024A65;
}
</style>
background-color css
<style>
a { background-color: #024A65; }
a { background-color: rgb(2,74,101); }
div.DivClassName
{
background-color: #024A65;
}
.BgClassName
{
background-color: #024A65;
}
</style>
border-color css
<style>
span { border-color: #024A65; }
span { border-color: rgb(2,74,101); }
td.TdClassName
{
border-color: #024A65;
}
.TagClassName
{
border-color: #024A65;
}
</style>