Shades of Tiber #18454A
Tints of Tiber #18454A
RGB
CMYK
RGB Variations
Color information
#18454A (or 0x18454A) is known color: Tiber. HEX triplet: 18, 45 and 4A. RGB value is (24,69,74). Sum of RGB (Red+Green+Blue) = 24+69+74=167 (22% of max value = 765). Red value is 24 (9.77% from 255 or 14.37% from 167); Green value is 69 (27.34% from 255 or 41.32% from 167); Blue value is 74 (29.30% from 255 or 44.31% from 167); Max value from RGB is 74 - color contains mainly: blue. Hex color #18454A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #18454A is #E7BAB5. Grayscale: #383838. Windows color (decimal): -15186614 or 4867352. OLE color: 4867352.
HSL color Cylindrical-coordinate representation of color #18454A: hue angle of 186º degrees, saturation: 0.51, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #18454A is Cyan = 0.68, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 24 | 69 | 74 | - |
| CMYK | 0.68 | 0.07 | 0 | 0.71 |
| HSL | 186º | 0.51% | 0.19% | - |
| HSV(B) | 186º | 0.68% | 0.29% | - |
| XYZ | 3.74 | 4.94 | 7.24 | - |
| YUV | 56.12 | 138.09 | 105.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 69 | 74 | 0.68 | 0.07 | 0 | 0.71 | 186 | 0.51 | 0.19 |
| Hex | 18 | 45 | 4A | 44 | 7 | 0 | 47 | BA | 33 | 13 |
| Octal | 30 | 105 | 112 | 104 | 7 | 0 | 107 | 272 | 63 | 23 |
| Binary | 11000 | 1000101 | 1001010 | 1000100 | 111 | 0 | 1000111 | 10111010 | 110011 | 10011 |
Color Harmonies of #18454A
Complementary color
Monochromatic Colors of #18454A
Black with #18454A
Text Example
Text Example
White with #18454A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18454A; }
p { color: rgb(24,69,74); }
H1.HeaderClassName
{
color: #18454A;
}
.AnyTagClassName
{
color: #18454A;
}
</style>
background-color css
<style>
a { background-color: #18454A; }
a { background-color: rgb(24,69,74); }
div.DivClassName
{
background-color: #18454A;
}
.BgClassName
{
background-color: #18454A;
}
</style>
border-color css
<style>
span { border-color: #18454A; }
span { border-color: rgb(24,69,74); }
td.TdClassName
{
border-color: #18454A;
}
.TagClassName
{
border-color: #18454A;
}
</style>