Shades of Sherpa Blue #023A49
Tints of Sherpa Blue #023A49
RGB
CMYK
RGB Variations
Color information
#023A49 (or 0x023A49) is known color: Sherpa Blue. HEX triplet: 02, 3A and 49. RGB value is (2,58,73). Sum of RGB (Red+Green+Blue) = 2+58+73=133 (17% of max value = 765). Red value is 2 (1.17% from 255 or 1.50% from 133); Green value is 58 (23.05% from 255 or 43.61% from 133); Blue value is 73 (28.91% from 255 or 54.89% from 133); Max value from RGB is 73 - color contains mainly: blue. Hex color #023A49 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #023A49 is #FDC5B6. Grayscale: #2A2A2A. Windows color (decimal): -16631223 or 4798978. OLE color: 4798978.
HSL color Cylindrical-coordinate representation of color #023A49: hue angle of 192.68º degrees, saturation: 0.95, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #023A49 is Cyan = 0.97, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 2 | 58 | 73 | - |
| CMYK | 0.97 | 0.21 | 0 | 0.71 |
| HSL | 192.68º | 0.95% | 0.15% | - |
| HSV(B) | 192.68º | 0.97% | 0.29% | - |
| XYZ | 2.74 | 3.52 | 6.84 | - |
| YUV | 42.97 | 144.95 | 98.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 58 | 73 | 0.97 | 0.21 | 0 | 0.71 | 192.68 | 0.95 | 0.15 |
| Hex | 2 | 3A | 49 | 61 | 15 | 0 | 47 | C1 | 5F | F |
| Octal | 2 | 72 | 111 | 141 | 25 | 0 | 107 | 301 | 137 | 17 |
| Binary | 10 | 111010 | 1001001 | 1100001 | 10101 | 0 | 1000111 | 11000001 | 1011111 | 1111 |
Color Harmonies of #023A49
Complementary color
Monochromatic Colors of #023A49
Black with #023A49
Text Example
Text Example
White with #023A49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #023A49; }
p { color: rgb(2,58,73); }
H1.HeaderClassName
{
color: #023A49;
}
.AnyTagClassName
{
color: #023A49;
}
</style>
background-color css
<style>
a { background-color: #023A49; }
a { background-color: rgb(2,58,73); }
div.DivClassName
{
background-color: #023A49;
}
.BgClassName
{
background-color: #023A49;
}
</style>
border-color css
<style>
span { border-color: #023A49; }
span { border-color: rgb(2,58,73); }
td.TdClassName
{
border-color: #023A49;
}
.TagClassName
{
border-color: #023A49;
}
</style>