Shades of Sherpa Blue #024A5C
Tints of Sherpa Blue #024A5C
RGB
CMYK
RGB Variations
Color information
#024A5C (or 0x024A5C) is known color: Sherpa Blue. HEX triplet: 02, 4A and 5C. RGB value is (2,74,92). Sum of RGB (Red+Green+Blue) = 2+74+92=168 (22% of max value = 765). Red value is 2 (1.17% from 255 or 1.19% from 168); Green value is 74 (29.30% from 255 or 44.05% from 168); Blue value is 92 (36.33% from 255 or 54.76% from 168); Max value from RGB is 92 - color contains mainly: blue. Hex color #024A5C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #024A5C is #FDB5A3. Grayscale: #363636. Windows color (decimal): -16627108 or 6048258. OLE color: 6048258.
HSL color Cylindrical-coordinate representation of color #024A5C: hue angle of 192º 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 #024A5C is Cyan = 0.98, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 2 | 74 | 92 | - |
| CMYK | 0.98 | 0.20 | 0 | 0.64 |
| HSL | 192º | 0.96% | 0.18% | - |
| HSV(B) | 192º | 0.98% | 0.36% | - |
| XYZ | 4.41 | 5.68 | 10.99 | - |
| YUV | 54.52 | 149.15 | 90.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 74 | 92 | 0.98 | 0.20 | 0 | 0.64 | 192 | 0.96 | 0.18 |
| Hex | 2 | 4A | 5C | 62 | 14 | 0 | 40 | C0 | 60 | 12 |
| Octal | 2 | 112 | 134 | 142 | 24 | 0 | 100 | 300 | 140 | 22 |
| Binary | 10 | 1001010 | 1011100 | 1100010 | 10100 | 0 | 1000000 | 11000000 | 1100000 | 10010 |
Color Harmonies of #024A5C
Complementary color
Monochromatic Colors of #024A5C
Black with #024A5C
Text Example
Text Example
White with #024A5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #024A5C; }
p { color: rgb(2,74,92); }
H1.HeaderClassName
{
color: #024A5C;
}
.AnyTagClassName
{
color: #024A5C;
}
</style>
background-color css
<style>
a { background-color: #024A5C; }
a { background-color: rgb(2,74,92); }
div.DivClassName
{
background-color: #024A5C;
}
.BgClassName
{
background-color: #024A5C;
}
</style>
border-color css
<style>
span { border-color: #024A5C; }
span { border-color: rgb(2,74,92); }
td.TdClassName
{
border-color: #024A5C;
}
.TagClassName
{
border-color: #024A5C;
}
</style>