Shades of Jewel #12624B
Tints of Jewel #12624B
RGB
CMYK
RGB Variations
Color information
#12624B (or 0x12624B) is known color: Jewel. HEX triplet: 12, 62 and 4B. RGB value is (18,98,75). Sum of RGB (Red+Green+Blue) = 18+98+75=191 (25% of max value = 765). Red value is 18 (7.42% from 255 or 9.42% from 191); Green value is 98 (38.67% from 255 or 51.31% from 191); Blue value is 75 (29.69% from 255 or 39.27% from 191); Max value from RGB is 98 - color contains mainly: green. Hex color #12624B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #12624B is #ED9DB4. Grayscale: #474747. Windows color (decimal): -15572405 or 4940306. OLE color: 4940306.
HSL color Cylindrical-coordinate representation of color #12624B: hue angle of 162.75º degrees, saturation: 0.69, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #12624B is Cyan = 0.82, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 18 | 98 | 75 | - |
| CMYK | 0.82 | 0 | 0.23 | 0.62 |
| HSL | 162.75º | 0.69% | 0.23% | - |
| HSV(B) | 162.75º | 0.82% | 0.38% | - |
| XYZ | 5.89 | 9.37 | 8.16 | - |
| YUV | 71.46 | 130 | 89.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 98 | 75 | 0.82 | 0 | 0.23 | 0.62 | 162.75 | 0.69 | 0.23 |
| Hex | 12 | 62 | 4B | 52 | 0 | 17 | 3E | A3 | 45 | 17 |
| Octal | 22 | 142 | 113 | 122 | 0 | 27 | 76 | 243 | 105 | 27 |
| Binary | 10010 | 1100010 | 1001011 | 1010010 | 0 | 10111 | 111110 | 10100011 | 1000101 | 10111 |
Color Harmonies of #12624B
Complementary color
Monochromatic Colors of #12624B
Black with #12624B
Text Example
Text Example
White with #12624B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12624B; }
p { color: rgb(18,98,75); }
H1.HeaderClassName
{
color: #12624B;
}
.AnyTagClassName
{
color: #12624B;
}
</style>
background-color css
<style>
a { background-color: #12624B; }
a { background-color: rgb(18,98,75); }
div.DivClassName
{
background-color: #12624B;
}
.BgClassName
{
background-color: #12624B;
}
</style>
border-color css
<style>
span { border-color: #12624B; }
span { border-color: rgb(18,98,75); }
td.TdClassName
{
border-color: #12624B;
}
.TagClassName
{
border-color: #12624B;
}
</style>