Shades of Jewel #015A3C
Tints of Jewel #015A3C
RGB
CMYK
RGB Variations
Color information
#015A3C (or 0x015A3C) is known color: Jewel. HEX triplet: 01, 5A and 3C. RGB value is (1,90,60). Sum of RGB (Red+Green+Blue) = 1+90+60=151 (20% of max value = 765). Red value is 1 (0.78% from 255 or 0.66% from 151); Green value is 90 (35.55% from 255 or 59.60% from 151); Blue value is 60 (23.83% from 255 or 39.74% from 151); Max value from RGB is 90 - color contains mainly: green. Hex color #015A3C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #015A3C is #FEA5C3. Grayscale: #3B3B3B. Windows color (decimal): -16688580 or 3955201. OLE color: 3955201.
HSL color Cylindrical-coordinate representation of color #015A3C: hue angle of 159.78º degrees, saturation: 0.98, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #015A3C is Cyan = 0.99, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 1 | 90 | 60 | - |
| CMYK | 0.99 | 0 | 0.33 | 0.65 |
| HSL | 159.78º | 0.98% | 0.18% | - |
| HSV(B) | 159.78º | 0.99% | 0.35% | - |
| XYZ | 4.48 | 7.65 | 5.51 | - |
| YUV | 59.97 | 128.01 | 85.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 90 | 60 | 0.99 | 0 | 0.33 | 0.65 | 159.78 | 0.98 | 0.18 |
| Hex | 1 | 5A | 3C | 63 | 0 | 21 | 41 | A0 | 62 | 12 |
| Octal | 1 | 132 | 74 | 143 | 0 | 41 | 101 | 240 | 142 | 22 |
| Binary | 1 | 1011010 | 111100 | 1100011 | 0 | 100001 | 1000001 | 10100000 | 1100010 | 10010 |
Color Harmonies of #015A3C
Complementary color
Monochromatic Colors of #015A3C
Black with #015A3C
Text Example
Text Example
White with #015A3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #015A3C; }
p { color: rgb(1,90,60); }
H1.HeaderClassName
{
color: #015A3C;
}
.AnyTagClassName
{
color: #015A3C;
}
</style>
background-color css
<style>
a { background-color: #015A3C; }
a { background-color: rgb(1,90,60); }
div.DivClassName
{
background-color: #015A3C;
}
.BgClassName
{
background-color: #015A3C;
}
</style>
border-color css
<style>
span { border-color: #015A3C; }
span { border-color: rgb(1,90,60); }
td.TdClassName
{
border-color: #015A3C;
}
.TagClassName
{
border-color: #015A3C;
}
</style>