Shades of Sherpa Blue #023B41
Tints of Sherpa Blue #023B41
RGB
CMYK
RGB Variations
Color information
#023B41 (or 0x023B41) is known color: Sherpa Blue. HEX triplet: 02, 3B and 41. RGB value is (2,59,65). Sum of RGB (Red+Green+Blue) = 2+59+65=126 (16% of max value = 765). Red value is 2 (1.17% from 255 or 1.59% from 126); Green value is 59 (23.44% from 255 or 46.83% from 126); Blue value is 65 (25.78% from 255 or 51.59% from 126); Max value from RGB is 65 - color contains mainly: blue. Hex color #023B41 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #023B41 is #FDC4BE. Grayscale: #2A2A2A. Windows color (decimal): -16630975 or 4274946. OLE color: 4274946.
HSL color Cylindrical-coordinate representation of color #023B41: hue angle of 185.71º degrees, saturation: 0.94, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #023B41 is Cyan = 0.97, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 2 | 59 | 65 | - |
| CMYK | 0.97 | 0.09 | 0 | 0.75 |
| HSL | 185.71º | 0.94% | 0.13% | - |
| HSV(B) | 185.71º | 0.97% | 0.25% | - |
| XYZ | 2.54 | 3.52 | 5.55 | - |
| YUV | 42.64 | 140.62 | 99.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 59 | 65 | 0.97 | 0.09 | 0 | 0.75 | 185.71 | 0.94 | 0.13 |
| Hex | 2 | 3B | 41 | 61 | 9 | 0 | 4B | BA | 5E | D |
| Octal | 2 | 73 | 101 | 141 | 11 | 0 | 113 | 272 | 136 | 15 |
| Binary | 10 | 111011 | 1000001 | 1100001 | 1001 | 0 | 1001011 | 10111010 | 1011110 | 1101 |
Color Harmonies of #023B41
Complementary color
Monochromatic Colors of #023B41
Black with #023B41
Text Example
Text Example
White with #023B41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #023B41; }
p { color: rgb(2,59,65); }
H1.HeaderClassName
{
color: #023B41;
}
.AnyTagClassName
{
color: #023B41;
}
</style>
background-color css
<style>
a { background-color: #023B41; }
a { background-color: rgb(2,59,65); }
div.DivClassName
{
background-color: #023B41;
}
.BgClassName
{
background-color: #023B41;
}
</style>
border-color css
<style>
span { border-color: #023B41; }
span { border-color: rgb(2,59,65); }
td.TdClassName
{
border-color: #023B41;
}
.TagClassName
{
border-color: #023B41;
}
</style>