Shades of Jewel #12664A
Tints of Jewel #12664A
RGB
CMYK
RGB Variations
Color information
#12664A (or 0x12664A) is known color: Jewel. HEX triplet: 12, 66 and 4A. RGB value is (18,102,74). Sum of RGB (Red+Green+Blue) = 18+102+74=194 (25% of max value = 765). Red value is 18 (7.42% from 255 or 9.28% from 194); Green value is 102 (40.23% from 255 or 52.58% from 194); Blue value is 74 (29.30% from 255 or 38.14% from 194); Max value from RGB is 102 - color contains mainly: green. Hex color #12664A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #12664A is #ED99B5. Grayscale: #494949. Windows color (decimal): -15571382 or 4875794. OLE color: 4875794.
HSL color Cylindrical-coordinate representation of color #12664A: hue angle of 160º degrees, saturation: 0.7, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #12664A is Cyan = 0.82, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 18 | 102 | 74 | - |
| CMYK | 0.82 | 0 | 0.27 | 0.6 |
| HSL | 160º | 0.7% | 0.24% | - |
| HSV(B) | 160º | 0.82% | 0.4% | - |
| XYZ | 6.24 | 10.13 | 8.1 | - |
| YUV | 73.69 | 128.17 | 88.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 102 | 74 | 0.82 | 0 | 0.27 | 0.6 | 160 | 0.7 | 0.24 |
| Hex | 12 | 66 | 4A | 52 | 0 | 1B | 3C | A0 | 46 | 18 |
| Octal | 22 | 146 | 112 | 122 | 0 | 33 | 74 | 240 | 106 | 30 |
| Binary | 10010 | 1100110 | 1001010 | 1010010 | 0 | 11011 | 111100 | 10100000 | 1000110 | 11000 |
Color Harmonies of #12664A
Complementary color
Monochromatic Colors of #12664A
Black with #12664A
Text Example
Text Example
White with #12664A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12664A; }
p { color: rgb(18,102,74); }
H1.HeaderClassName
{
color: #12664A;
}
.AnyTagClassName
{
color: #12664A;
}
</style>
background-color css
<style>
a { background-color: #12664A; }
a { background-color: rgb(18,102,74); }
div.DivClassName
{
background-color: #12664A;
}
.BgClassName
{
background-color: #12664A;
}
</style>
border-color css
<style>
span { border-color: #12664A; }
span { border-color: rgb(18,102,74); }
td.TdClassName
{
border-color: #12664A;
}
.TagClassName
{
border-color: #12664A;
}
</style>