Shades of Sherpa Blue #023A51
Tints of Sherpa Blue #023A51
RGB
CMYK
RGB Variations
Color information
#023A51 (or 0x023A51) is known color: Sherpa Blue. HEX triplet: 02, 3A and 51. RGB value is (2,58,81). Sum of RGB (Red+Green+Blue) = 2+58+81=141 (18% of max value = 765). Red value is 2 (1.17% from 255 or 1.42% from 141); Green value is 58 (23.05% from 255 or 41.13% from 141); Blue value is 81 (32.03% from 255 or 57.45% from 141); Max value from RGB is 81 - color contains mainly: blue. Hex color #023A51 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #023A51 is #FDC5AE. Grayscale: #2B2B2B. Windows color (decimal): -16631215 or 5323266. OLE color: 5323266.
HSL color Cylindrical-coordinate representation of color #023A51: hue angle of 197.47º degrees, saturation: 0.95, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #023A51 is Cyan = 0.98, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 2 | 58 | 81 | - |
| CMYK | 0.98 | 0.28 | 0 | 0.68 |
| HSL | 197.47º | 0.95% | 0.16% | - |
| HSV(B) | 197.47º | 0.98% | 0.32% | - |
| XYZ | 3.02 | 3.63 | 8.33 | - |
| YUV | 43.88 | 148.95 | 98.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 58 | 81 | 0.98 | 0.28 | 0 | 0.68 | 197.47 | 0.95 | 0.16 |
| Hex | 2 | 3A | 51 | 62 | 1C | 0 | 44 | C5 | 5F | 10 |
| Octal | 2 | 72 | 121 | 142 | 34 | 0 | 104 | 305 | 137 | 20 |
| Binary | 10 | 111010 | 1010001 | 1100010 | 11100 | 0 | 1000100 | 11000101 | 1011111 | 10000 |
Color Harmonies of #023A51
Complementary color
Monochromatic Colors of #023A51
Black with #023A51
Text Example
Text Example
White with #023A51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #023A51; }
p { color: rgb(2,58,81); }
H1.HeaderClassName
{
color: #023A51;
}
.AnyTagClassName
{
color: #023A51;
}
</style>
background-color css
<style>
a { background-color: #023A51; }
a { background-color: rgb(2,58,81); }
div.DivClassName
{
background-color: #023A51;
}
.BgClassName
{
background-color: #023A51;
}
</style>
border-color css
<style>
span { border-color: #023A51; }
span { border-color: rgb(2,58,81); }
td.TdClassName
{
border-color: #023A51;
}
.TagClassName
{
border-color: #023A51;
}
</style>