Shades of Jewel #15694B
Tints of Jewel #15694B
RGB
CMYK
RGB Variations
Color information
#15694B (or 0x15694B) is known color: Jewel. HEX triplet: 15, 69 and 4B. RGB value is (21,105,75). Sum of RGB (Red+Green+Blue) = 21+105+75=201 (26% of max value = 765). Red value is 21 (8.59% from 255 or 10.45% from 201); Green value is 105 (41.41% from 255 or 52.24% from 201); Blue value is 75 (29.69% from 255 or 37.31% from 201); Max value from RGB is 105 - color contains mainly: green. Hex color #15694B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #15694B is #EA96B4. Grayscale: #4C4C4C. Windows color (decimal): -15374005 or 4942101. OLE color: 4942101.
HSL color Cylindrical-coordinate representation of color #15694B: hue angle of 158.57º degrees, saturation: 0.67, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #15694B is Cyan = 0.80, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 21 | 105 | 75 | - |
| CMYK | 0.80 | 0 | 0.29 | 0.59 |
| HSL | 158.57º | 0.67% | 0.25% | - |
| HSV(B) | 158.57º | 0.8% | 0.41% | - |
| XYZ | 6.63 | 10.77 | 8.39 | - |
| YUV | 76.46 | 127.17 | 88.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 105 | 75 | 0.80 | 0 | 0.29 | 0.59 | 158.57 | 0.67 | 0.25 |
| Hex | 15 | 69 | 4B | 50 | 0 | 1D | 3B | 9F | 43 | 19 |
| Octal | 25 | 151 | 113 | 120 | 0 | 35 | 73 | 237 | 103 | 31 |
| Binary | 10101 | 1101001 | 1001011 | 1010000 | 0 | 11101 | 111011 | 10011111 | 1000011 | 11001 |
Color Harmonies of #15694B
Complementary color
Monochromatic Colors of #15694B
Black with #15694B
Text Example
Text Example
White with #15694B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15694B; }
p { color: rgb(21,105,75); }
H1.HeaderClassName
{
color: #15694B;
}
.AnyTagClassName
{
color: #15694B;
}
</style>
background-color css
<style>
a { background-color: #15694B; }
a { background-color: rgb(21,105,75); }
div.DivClassName
{
background-color: #15694B;
}
.BgClassName
{
background-color: #15694B;
}
</style>
border-color css
<style>
span { border-color: #15694B; }
span { border-color: rgb(21,105,75); }
td.TdClassName
{
border-color: #15694B;
}
.TagClassName
{
border-color: #15694B;
}
</style>