Shades of Sherpa Blue #023A45
Tints of Sherpa Blue #023A45
RGB
CMYK
RGB Variations
Color information
#023A45 (or 0x023A45) is known color: Sherpa Blue. HEX triplet: 02, 3A and 45. RGB value is (2,58,69). Sum of RGB (Red+Green+Blue) = 2+58+69=129 (17% of max value = 765). Red value is 2 (1.17% from 255 or 1.55% from 129); Green value is 58 (23.05% from 255 or 44.96% from 129); Blue value is 69 (27.34% from 255 or 53.49% from 129); Max value from RGB is 69 - color contains mainly: blue. Hex color #023A45 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #023A45 is #FDC5BA. Grayscale: #2A2A2A. Windows color (decimal): -16631227 or 4536834. OLE color: 4536834.
HSL color Cylindrical-coordinate representation of color #023A45: hue angle of 189.85º degrees, saturation: 0.94, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #023A45 is Cyan = 0.97, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 2 | 58 | 69 | - |
| CMYK | 0.97 | 0.16 | 0 | 0.73 |
| HSL | 189.85º | 0.94% | 0.14% | - |
| HSV(B) | 189.85º | 0.97% | 0.27% | - |
| XYZ | 2.61 | 3.47 | 6.16 | - |
| YUV | 42.51 | 142.95 | 99.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 58 | 69 | 0.97 | 0.16 | 0 | 0.73 | 189.85 | 0.94 | 0.14 |
| Hex | 2 | 3A | 45 | 61 | 10 | 0 | 49 | BE | 5E | E |
| Octal | 2 | 72 | 105 | 141 | 20 | 0 | 111 | 276 | 136 | 16 |
| Binary | 10 | 111010 | 1000101 | 1100001 | 10000 | 0 | 1001001 | 10111110 | 1011110 | 1110 |
Color Harmonies of #023A45
Complementary color
Monochromatic Colors of #023A45
Black with #023A45
Text Example
Text Example
White with #023A45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #023A45; }
p { color: rgb(2,58,69); }
H1.HeaderClassName
{
color: #023A45;
}
.AnyTagClassName
{
color: #023A45;
}
</style>
background-color css
<style>
a { background-color: #023A45; }
a { background-color: rgb(2,58,69); }
div.DivClassName
{
background-color: #023A45;
}
.BgClassName
{
background-color: #023A45;
}
</style>
border-color css
<style>
span { border-color: #023A45; }
span { border-color: rgb(2,58,69); }
td.TdClassName
{
border-color: #023A45;
}
.TagClassName
{
border-color: #023A45;
}
</style>