Shades of Sherpa Blue #023F51
Tints of Sherpa Blue #023F51
RGB
CMYK
RGB Variations
Color information
#023F51 (or 0x023F51) is known color: Sherpa Blue. HEX triplet: 02, 3F and 51. RGB value is (2,63,81). Sum of RGB (Red+Green+Blue) = 2+63+81=146 (19% of max value = 765). Red value is 2 (1.17% from 255 or 1.37% from 146); Green value is 63 (25% from 255 or 43.15% from 146); Blue value is 81 (32.03% from 255 or 55.48% from 146); Max value from RGB is 81 - color contains mainly: blue. Hex color #023F51 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #023F51 is #FDC0AE. Grayscale: #2E2E2E. Windows color (decimal): -16629935 or 5324546. OLE color: 5324546.
HSL color Cylindrical-coordinate representation of color #023F51: hue angle of 193.67º 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 #023F51 is Cyan = 0.98, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 2 | 63 | 81 | - |
| CMYK | 0.98 | 0.22 | 0 | 0.68 |
| HSL | 193.67º | 0.95% | 0.16% | - |
| HSV(B) | 193.67º | 0.98% | 0.32% | - |
| XYZ | 3.29 | 4.16 | 8.41 | - |
| YUV | 46.81 | 147.29 | 96.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 63 | 81 | 0.98 | 0.22 | 0 | 0.68 | 193.67 | 0.95 | 0.16 |
| Hex | 2 | 3F | 51 | 62 | 16 | 0 | 44 | C2 | 5F | 10 |
| Octal | 2 | 77 | 121 | 142 | 26 | 0 | 104 | 302 | 137 | 20 |
| Binary | 10 | 111111 | 1010001 | 1100010 | 10110 | 0 | 1000100 | 11000010 | 1011111 | 10000 |
Color Harmonies of #023F51
Complementary color
Monochromatic Colors of #023F51
Black with #023F51
Text Example
Text Example
White with #023F51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #023F51; }
p { color: rgb(2,63,81); }
H1.HeaderClassName
{
color: #023F51;
}
.AnyTagClassName
{
color: #023F51;
}
</style>
background-color css
<style>
a { background-color: #023F51; }
a { background-color: rgb(2,63,81); }
div.DivClassName
{
background-color: #023F51;
}
.BgClassName
{
background-color: #023F51;
}
</style>
border-color css
<style>
span { border-color: #023F51; }
span { border-color: rgb(2,63,81); }
td.TdClassName
{
border-color: #023F51;
}
.TagClassName
{
border-color: #023F51;
}
</style>