Shades of Tiber #12424B
Tints of Tiber #12424B
RGB
CMYK
RGB Variations
Color information
#12424B (or 0x12424B) is known color: Tiber. HEX triplet: 12, 42 and 4B. RGB value is (18,66,75). Sum of RGB (Red+Green+Blue) = 18+66+75=159 (21% of max value = 765). Red value is 18 (7.42% from 255 or 11.32% from 159); Green value is 66 (26.17% from 255 or 41.51% from 159); Blue value is 75 (29.69% from 255 or 47.17% from 159); Max value from RGB is 75 - color contains mainly: blue. Hex color #12424B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #12424B is #EDBDB4. Grayscale: #343434. Windows color (decimal): -15580597 or 4932114. OLE color: 4932114.
HSL color Cylindrical-coordinate representation of color #12424B: hue angle of 189.47º degrees, saturation: 0.61, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #12424B is Cyan = 0.76, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 18 | 66 | 75 | - |
| CMYK | 0.76 | 0.12 | 0 | 0.71 |
| HSL | 189.47º | 0.61% | 0.18% | - |
| HSV(B) | 189.47º | 0.76% | 0.29% | - |
| XYZ | 3.47 | 4.53 | 7.35 | - |
| YUV | 52.67 | 140.6 | 103.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 66 | 75 | 0.76 | 0.12 | 0 | 0.71 | 189.47 | 0.61 | 0.18 |
| Hex | 12 | 42 | 4B | 4C | C | 0 | 47 | BD | 3D | 12 |
| Octal | 22 | 102 | 113 | 114 | 14 | 0 | 107 | 275 | 75 | 22 |
| Binary | 10010 | 1000010 | 1001011 | 1001100 | 1100 | 0 | 1000111 | 10111101 | 111101 | 10010 |
Color Harmonies of #12424B
Complementary color
Monochromatic Colors of #12424B
Black with #12424B
Text Example
Text Example
White with #12424B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12424B; }
p { color: rgb(18,66,75); }
H1.HeaderClassName
{
color: #12424B;
}
.AnyTagClassName
{
color: #12424B;
}
</style>
background-color css
<style>
a { background-color: #12424B; }
a { background-color: rgb(18,66,75); }
div.DivClassName
{
background-color: #12424B;
}
.BgClassName
{
background-color: #12424B;
}
</style>
border-color css
<style>
span { border-color: #12424B; }
span { border-color: rgb(18,66,75); }
td.TdClassName
{
border-color: #12424B;
}
.TagClassName
{
border-color: #12424B;
}
</style>