Shades of Tiber #12414A
Tints of Tiber #12414A
RGB
CMYK
RGB Variations
Color information
#12414A (or 0x12414A) is known color: Tiber. HEX triplet: 12, 41 and 4A. RGB value is (18,65,74). Sum of RGB (Red+Green+Blue) = 18+65+74=157 (20% of max value = 765). Red value is 18 (7.42% from 255 or 11.46% from 157); Green value is 65 (25.78% from 255 or 41.40% from 157); Blue value is 74 (29.30% from 255 or 47.13% from 157); Max value from RGB is 74 - color contains mainly: blue. Hex color #12414A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #12414A is #EDBEB5. Grayscale: #333333. Windows color (decimal): -15580854 or 4866322. OLE color: 4866322.
HSL color Cylindrical-coordinate representation of color #12414A: hue angle of 189.64º 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 #12414A is Cyan = 0.76, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 18 | 65 | 74 | - |
| CMYK | 0.76 | 0.12 | 0 | 0.71 |
| HSL | 189.64º | 0.61% | 0.18% | - |
| HSV(B) | 189.64º | 0.76% | 0.29% | - |
| XYZ | 3.38 | 4.4 | 7.15 | - |
| YUV | 51.97 | 140.43 | 103.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 65 | 74 | 0.76 | 0.12 | 0 | 0.71 | 189.64 | 0.61 | 0.18 |
| Hex | 12 | 41 | 4A | 4C | C | 0 | 47 | BE | 3D | 12 |
| Octal | 22 | 101 | 112 | 114 | 14 | 0 | 107 | 276 | 75 | 22 |
| Binary | 10010 | 1000001 | 1001010 | 1001100 | 1100 | 0 | 1000111 | 10111110 | 111101 | 10010 |
Color Harmonies of #12414A
Complementary color
Monochromatic Colors of #12414A
Black with #12414A
Text Example
Text Example
White with #12414A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12414A; }
p { color: rgb(18,65,74); }
H1.HeaderClassName
{
color: #12414A;
}
.AnyTagClassName
{
color: #12414A;
}
</style>
background-color css
<style>
a { background-color: #12414A; }
a { background-color: rgb(18,65,74); }
div.DivClassName
{
background-color: #12414A;
}
.BgClassName
{
background-color: #12414A;
}
</style>
border-color css
<style>
span { border-color: #12414A; }
span { border-color: rgb(18,65,74); }
td.TdClassName
{
border-color: #12414A;
}
.TagClassName
{
border-color: #12414A;
}
</style>