Shades of Sherpa Blue #083C4A
Tints of Sherpa Blue #083C4A
RGB
CMYK
RGB Variations
Color information
#083C4A (or 0x083C4A) is known color: Sherpa Blue. HEX triplet: 08, 3C and 4A. RGB value is (8,60,74). Sum of RGB (Red+Green+Blue) = 8+60+74=142 (18% of max value = 765). Red value is 8 (3.52% from 255 or 5.63% from 142); Green value is 60 (23.83% from 255 or 42.25% from 142); Blue value is 74 (29.30% from 255 or 52.11% from 142); Max value from RGB is 74 - color contains mainly: blue. Hex color #083C4A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #083C4A is #F7C3B5. Grayscale: #2D2D2D. Windows color (decimal): -16237494 or 4865032. OLE color: 4865032.
HSL color Cylindrical-coordinate representation of color #083C4A: hue angle of 192.73º degrees, saturation: 0.8, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #083C4A is Cyan = 0.89, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 8 | 60 | 74 | - |
| CMYK | 0.89 | 0.19 | 0 | 0.71 |
| HSL | 192.73º | 0.8% | 0.16% | - |
| HSV(B) | 192.73º | 0.89% | 0.29% | - |
| XYZ | 2.95 | 3.78 | 7.05 | - |
| YUV | 46.05 | 143.77 | 100.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 60 | 74 | 0.89 | 0.19 | 0 | 0.71 | 192.73 | 0.8 | 0.16 |
| Hex | 8 | 3C | 4A | 59 | 13 | 0 | 47 | C1 | 50 | 10 |
| Octal | 10 | 74 | 112 | 131 | 23 | 0 | 107 | 301 | 120 | 20 |
| Binary | 1000 | 111100 | 1001010 | 1011001 | 10011 | 0 | 1000111 | 11000001 | 1010000 | 10000 |
Color Harmonies of #083C4A
Complementary color
Monochromatic Colors of #083C4A
Black with #083C4A
Text Example
Text Example
White with #083C4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #083C4A; }
p { color: rgb(8,60,74); }
H1.HeaderClassName
{
color: #083C4A;
}
.AnyTagClassName
{
color: #083C4A;
}
</style>
background-color css
<style>
a { background-color: #083C4A; }
a { background-color: rgb(8,60,74); }
div.DivClassName
{
background-color: #083C4A;
}
.BgClassName
{
background-color: #083C4A;
}
</style>
border-color css
<style>
span { border-color: #083C4A; }
span { border-color: rgb(8,60,74); }
td.TdClassName
{
border-color: #083C4A;
}
.TagClassName
{
border-color: #083C4A;
}
</style>