Shades of Sherpa Blue #023B42
Tints of Sherpa Blue #023B42
RGB
CMYK
RGB Variations
Color information
#023B42 (or 0x023B42) is known color: Sherpa Blue. HEX triplet: 02, 3B and 42. RGB value is (2,59,66). Sum of RGB (Red+Green+Blue) = 2+59+66=127 (16% of max value = 765). Red value is 2 (1.17% from 255 or 1.57% from 127); Green value is 59 (23.44% from 255 or 46.46% from 127); Blue value is 66 (26.17% from 255 or 51.97% from 127); Max value from RGB is 66 - color contains mainly: blue. Hex color #023B42 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #023B42 is #FDC4BD. Grayscale: #2A2A2A. Windows color (decimal): -16630974 or 4340482. OLE color: 4340482.
HSL color Cylindrical-coordinate representation of color #023B42: hue angle of 186.56º degrees, saturation: 0.94, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #023B42 is Cyan = 0.97, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 2 | 59 | 66 | - |
| CMYK | 0.97 | 0.11 | 0 | 0.74 |
| HSL | 186.56º | 0.94% | 0.13% | - |
| HSV(B) | 186.56º | 0.97% | 0.26% | - |
| XYZ | 2.57 | 3.53 | 5.7 | - |
| YUV | 42.76 | 141.12 | 98.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 59 | 66 | 0.97 | 0.11 | 0 | 0.74 | 186.56 | 0.94 | 0.13 |
| Hex | 2 | 3B | 42 | 61 | B | 0 | 4A | BB | 5E | D |
| Octal | 2 | 73 | 102 | 141 | 13 | 0 | 112 | 273 | 136 | 15 |
| Binary | 10 | 111011 | 1000010 | 1100001 | 1011 | 0 | 1001010 | 10111011 | 1011110 | 1101 |
Color Harmonies of #023B42
Complementary color
Monochromatic Colors of #023B42
Black with #023B42
Text Example
Text Example
White with #023B42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #023B42; }
p { color: rgb(2,59,66); }
H1.HeaderClassName
{
color: #023B42;
}
.AnyTagClassName
{
color: #023B42;
}
</style>
background-color css
<style>
a { background-color: #023B42; }
a { background-color: rgb(2,59,66); }
div.DivClassName
{
background-color: #023B42;
}
.BgClassName
{
background-color: #023B42;
}
</style>
border-color css
<style>
span { border-color: #023B42; }
span { border-color: rgb(2,59,66); }
td.TdClassName
{
border-color: #023B42;
}
.TagClassName
{
border-color: #023B42;
}
</style>