Shades of Sherpa Blue #024553
Tints of Sherpa Blue #024553
RGB
CMYK
RGB Variations
Color information
#024553 (or 0x024553) is known color: Sherpa Blue. HEX triplet: 02, 45 and 53. RGB value is (2,69,83). Sum of RGB (Red+Green+Blue) = 2+69+83=154 (20% of max value = 765). Red value is 2 (1.17% from 255 or 1.30% from 154); Green value is 69 (27.34% from 255 or 44.81% from 154); Blue value is 83 (32.81% from 255 or 53.90% from 154); Max value from RGB is 83 - color contains mainly: blue. Hex color #024553 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #024553 is #FDBAAC. Grayscale: #323232. Windows color (decimal): -16628397 or 5457154. OLE color: 5457154.
HSL color Cylindrical-coordinate representation of color #024553: hue angle of 190.37º degrees, saturation: 0.95, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #024553 is Cyan = 0.98, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 2 | 69 | 83 | - |
| CMYK | 0.98 | 0.17 | 0 | 0.67 |
| HSL | 190.37º | 0.95% | 0.17% | - |
| HSV(B) | 190.37º | 0.98% | 0.33% | - |
| XYZ | 3.71 | 4.89 | 8.93 | - |
| YUV | 50.56 | 146.3 | 93.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 69 | 83 | 0.98 | 0.17 | 0 | 0.67 | 190.37 | 0.95 | 0.17 |
| Hex | 2 | 45 | 53 | 62 | 11 | 0 | 43 | BE | 5F | 11 |
| Octal | 2 | 105 | 123 | 142 | 21 | 0 | 103 | 276 | 137 | 21 |
| Binary | 10 | 1000101 | 1010011 | 1100010 | 10001 | 0 | 1000011 | 10111110 | 1011111 | 10001 |
Color Harmonies of #024553
Complementary color
Monochromatic Colors of #024553
Black with #024553
Text Example
Text Example
White with #024553
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #024553; }
p { color: rgb(2,69,83); }
H1.HeaderClassName
{
color: #024553;
}
.AnyTagClassName
{
color: #024553;
}
</style>
background-color css
<style>
a { background-color: #024553; }
a { background-color: rgb(2,69,83); }
div.DivClassName
{
background-color: #024553;
}
.BgClassName
{
background-color: #024553;
}
</style>
border-color css
<style>
span { border-color: #024553; }
span { border-color: rgb(2,69,83); }
td.TdClassName
{
border-color: #024553;
}
.TagClassName
{
border-color: #024553;
}
</style>