Shades of Jewel #095A42
Tints of Jewel #095A42
RGB
CMYK
RGB Variations
Color information
#095A42 (or 0x095A42) is known color: Jewel. HEX triplet: 09, 5A and 42. RGB value is (9,90,66). Sum of RGB (Red+Green+Blue) = 9+90+66=165 (21% of max value = 765). Red value is 9 (3.91% from 255 or 5.45% from 165); Green value is 90 (35.55% from 255 or 54.55% from 165); Blue value is 66 (26.17% from 255 or 40% from 165); Max value from RGB is 90 - color contains mainly: green. Hex color #095A42 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #095A42 is #F6A5BD. Grayscale: #3F3F3F. Windows color (decimal): -16164286 or 4348425. OLE color: 4348425.
HSL color Cylindrical-coordinate representation of color #095A42: hue angle of 162.22º degrees, saturation: 0.82, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #095A42 is Cyan = 0.9, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 9 | 90 | 66 | - |
| CMYK | 0.9 | 0 | 0.27 | 0.65 |
| HSL | 162.22º | 0.82% | 0.19% | - |
| HSV(B) | 162.22º | 0.9% | 0.35% | - |
| XYZ | 4.75 | 7.76 | 6.4 | - |
| YUV | 63.05 | 129.66 | 89.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 90 | 66 | 0.9 | 0 | 0.27 | 0.65 | 162.22 | 0.82 | 0.19 |
| Hex | 9 | 5A | 42 | 5A | 0 | 1B | 41 | A2 | 52 | 13 |
| Octal | 11 | 132 | 102 | 132 | 0 | 33 | 101 | 242 | 122 | 23 |
| Binary | 1001 | 1011010 | 1000010 | 1011010 | 0 | 11011 | 1000001 | 10100010 | 1010010 | 10011 |
Color Harmonies of #095A42
Complementary color
Monochromatic Colors of #095A42
Black with #095A42
Text Example
Text Example
White with #095A42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #095A42; }
p { color: rgb(9,90,66); }
H1.HeaderClassName
{
color: #095A42;
}
.AnyTagClassName
{
color: #095A42;
}
</style>
background-color css
<style>
a { background-color: #095A42; }
a { background-color: rgb(9,90,66); }
div.DivClassName
{
background-color: #095A42;
}
.BgClassName
{
background-color: #095A42;
}
</style>
border-color css
<style>
span { border-color: #095A42; }
span { border-color: rgb(9,90,66); }
td.TdClassName
{
border-color: #095A42;
}
.TagClassName
{
border-color: #095A42;
}
</style>