Shades of Sherpa Blue #003143
Tints of Sherpa Blue #003143
RGB
CMYK
RGB Variations
Color information
#003143 (or 0x003143) is known color: Sherpa Blue. HEX triplet: 00, 31 and 43. RGB value is (0,49,67). Sum of RGB (Red+Green+Blue) = 0+49+67=116 (15% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 116); Green value is 49 (19.53% from 255 or 42.24% from 116); Blue value is 67 (26.56% from 255 or 57.76% from 116); Max value from RGB is 67 - color contains mainly: blue. Hex color #003143 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #003143 is #FFCEBC. Grayscale: #242424. Windows color (decimal): -16764605 or 4403456. OLE color: 4403456.
HSL color Cylindrical-coordinate representation of color #003143: hue angle of 196.12º degrees, saturation: 1, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 1%. Process color model (Four color, CMYK) of #003143 is Cyan = 1, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 0 | 49 | 67 | - |
| CMYK | 1 | 0.27 | 0 | 0.74 |
| HSL | 196.12º | 1% | 0.13% | - |
| HSV(B) | 196.12º | 1% | 0.26% | - |
| XYZ | 2.11 | 2.6 | 5.7 | - |
| YUV | 36.4 | 145.27 | 102.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 49 | 67 | 1 | 0.27 | 0 | 0.74 | 196.12 | 1 | 0.13 |
| Hex | 0 | 31 | 43 | 64 | 1B | 0 | 4A | C4 | 64 | D |
| Octal | 0 | 61 | 103 | 144 | 33 | 0 | 112 | 304 | 144 | 15 |
| Binary | 0 | 110001 | 1000011 | 1100100 | 11011 | 0 | 1001010 | 11000100 | 1100100 | 1101 |
Color Harmonies of #003143
Complementary color
Monochromatic Colors of #003143
Black with #003143
Text Example
Text Example
White with #003143
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #003143; }
p { color: rgb(0,49,67); }
H1.HeaderClassName
{
color: #003143;
}
.AnyTagClassName
{
color: #003143;
}
</style>
background-color css
<style>
a { background-color: #003143; }
a { background-color: rgb(0,49,67); }
div.DivClassName
{
background-color: #003143;
}
.BgClassName
{
background-color: #003143;
}
</style>
border-color css
<style>
span { border-color: #003143; }
span { border-color: rgb(0,49,67); }
td.TdClassName
{
border-color: #003143;
}
.TagClassName
{
border-color: #003143;
}
</style>