Shades of Jewel #01693E
Tints of Jewel #01693E
RGB
CMYK
RGB Variations
Color information
#01693E (or 0x01693E) is known color: Jewel. HEX triplet: 01, 69 and 3E. RGB value is (1,105,62). Sum of RGB (Red+Green+Blue) = 1+105+62=168 (22% of max value = 765). Red value is 1 (0.78% from 255 or 0.60% from 168); Green value is 105 (41.41% from 255 or 62.5% from 168); Blue value is 62 (24.61% from 255 or 36.90% from 168); Max value from RGB is 105 - color contains mainly: green. Hex color #01693E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #01693E is #FE96C1. Grayscale: #454545. Windows color (decimal): -16684738 or 4090113. OLE color: 4090113.
HSL color Cylindrical-coordinate representation of color #01693E: hue angle of 155.19º degrees, saturation: 0.98, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01693E is Cyan = 0.99, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 1 | 105 | 62 | - |
| CMYK | 0.99 | 0 | 0.41 | 0.59 |
| HSL | 155.19º | 0.98% | 0.21% | - |
| HSV(B) | 155.19º | 0.99% | 0.41% | - |
| XYZ | 5.93 | 10.46 | 6.26 | - |
| YUV | 69 | 124.04 | 79.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 105 | 62 | 0.99 | 0 | 0.41 | 0.59 | 155.19 | 0.98 | 0.21 |
| Hex | 1 | 69 | 3E | 63 | 0 | 29 | 3B | 9B | 62 | 15 |
| Octal | 1 | 151 | 76 | 143 | 0 | 51 | 73 | 233 | 142 | 25 |
| Binary | 1 | 1101001 | 111110 | 1100011 | 0 | 101001 | 111011 | 10011011 | 1100010 | 10101 |
Color Harmonies of #01693E
Complementary color
Monochromatic Colors of #01693E
Black with #01693E
Text Example
Text Example
White with #01693E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01693E; }
p { color: rgb(1,105,62); }
H1.HeaderClassName
{
color: #01693E;
}
.AnyTagClassName
{
color: #01693E;
}
</style>
background-color css
<style>
a { background-color: #01693E; }
a { background-color: rgb(1,105,62); }
div.DivClassName
{
background-color: #01693E;
}
.BgClassName
{
background-color: #01693E;
}
</style>
border-color css
<style>
span { border-color: #01693E; }
span { border-color: rgb(1,105,62); }
td.TdClassName
{
border-color: #01693E;
}
.TagClassName
{
border-color: #01693E;
}
</style>