Shades of Sherpa Blue #023E51
Tints of Sherpa Blue #023E51
RGB
CMYK
RGB Variations
Color information
#023E51 (or 0x023E51) is known color: Sherpa Blue. HEX triplet: 02, 3E and 51. RGB value is (2,62,81). Sum of RGB (Red+Green+Blue) = 2+62+81=145 (19% of max value = 765). Red value is 2 (1.17% from 255 or 1.38% from 145); Green value is 62 (24.61% from 255 or 42.76% from 145); Blue value is 81 (32.03% from 255 or 55.86% from 145); Max value from RGB is 81 - color contains mainly: blue. Hex color #023E51 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #023E51 is #FDC1AE. Grayscale: #2E2E2E. Windows color (decimal): -16630191 or 5324290. OLE color: 5324290.
HSL color Cylindrical-coordinate representation of color #023E51: hue angle of 194.43º 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 #023E51 is Cyan = 0.98, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 2 | 62 | 81 | - |
| CMYK | 0.98 | 0.23 | 0 | 0.68 |
| HSL | 194.43º | 0.95% | 0.16% | - |
| HSV(B) | 194.43º | 0.98% | 0.32% | - |
| XYZ | 3.23 | 4.05 | 8.4 | - |
| YUV | 46.23 | 147.62 | 96.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 62 | 81 | 0.98 | 0.23 | 0 | 0.68 | 194.43 | 0.95 | 0.16 |
| Hex | 2 | 3E | 51 | 62 | 17 | 0 | 44 | C2 | 5F | 10 |
| Octal | 2 | 76 | 121 | 142 | 27 | 0 | 104 | 302 | 137 | 20 |
| Binary | 10 | 111110 | 1010001 | 1100010 | 10111 | 0 | 1000100 | 11000010 | 1011111 | 10000 |
Color Harmonies of #023E51
Complementary color
Monochromatic Colors of #023E51
Black with #023E51
Text Example
Text Example
White with #023E51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #023E51; }
p { color: rgb(2,62,81); }
H1.HeaderClassName
{
color: #023E51;
}
.AnyTagClassName
{
color: #023E51;
}
</style>
background-color css
<style>
a { background-color: #023E51; }
a { background-color: rgb(2,62,81); }
div.DivClassName
{
background-color: #023E51;
}
.BgClassName
{
background-color: #023E51;
}
</style>
border-color css
<style>
span { border-color: #023E51; }
span { border-color: rgb(2,62,81); }
td.TdClassName
{
border-color: #023E51;
}
.TagClassName
{
border-color: #023E51;
}
</style>