Shades of Sherpa Blue #093A4A
Tints of Sherpa Blue #093A4A
RGB
CMYK
RGB Variations
Color information
#093A4A (or 0x093A4A) is known color: Sherpa Blue. HEX triplet: 09, 3A and 4A. RGB value is (9,58,74). Sum of RGB (Red+Green+Blue) = 9+58+74=141 (18% of max value = 765). Red value is 9 (3.91% from 255 or 6.38% from 141); Green value is 58 (23.05% from 255 or 41.13% from 141); Blue value is 74 (29.30% from 255 or 52.48% from 141); Max value from RGB is 74 - color contains mainly: blue. Hex color #093A4A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #093A4A is #F6C5B5. Grayscale: #2D2D2D. Windows color (decimal): -16172470 or 4864521. OLE color: 4864521.
HSL color Cylindrical-coordinate representation of color #093A4A: hue angle of 194.77º degrees, saturation: 0.78, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #093A4A is Cyan = 0.88, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 9 | 58 | 74 | - |
| CMYK | 0.88 | 0.22 | 0 | 0.71 |
| HSL | 194.77º | 0.78% | 0.16% | - |
| HSV(B) | 194.77º | 0.88% | 0.29% | - |
| XYZ | 2.86 | 3.58 | 7.02 | - |
| YUV | 45.17 | 144.27 | 102.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 58 | 74 | 0.88 | 0.22 | 0 | 0.71 | 194.77 | 0.78 | 0.16 |
| Hex | 9 | 3A | 4A | 58 | 16 | 0 | 47 | C3 | 4E | 10 |
| Octal | 11 | 72 | 112 | 130 | 26 | 0 | 107 | 303 | 116 | 20 |
| Binary | 1001 | 111010 | 1001010 | 1011000 | 10110 | 0 | 1000111 | 11000011 | 1001110 | 10000 |
Color Harmonies of #093A4A
Complementary color
Monochromatic Colors of #093A4A
Black with #093A4A
Text Example
Text Example
White with #093A4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #093A4A; }
p { color: rgb(9,58,74); }
H1.HeaderClassName
{
color: #093A4A;
}
.AnyTagClassName
{
color: #093A4A;
}
</style>
background-color css
<style>
a { background-color: #093A4A; }
a { background-color: rgb(9,58,74); }
div.DivClassName
{
background-color: #093A4A;
}
.BgClassName
{
background-color: #093A4A;
}
</style>
border-color css
<style>
span { border-color: #093A4A; }
span { border-color: rgb(9,58,74); }
td.TdClassName
{
border-color: #093A4A;
}
.TagClassName
{
border-color: #093A4A;
}
</style>