#18474D

Color #18474D Tiber (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tiber #18474D

Tints of Tiber #18474D

Color information

#18474D (or 0x18474D) is unknown color: approx Tiber. HEX triplet: 18, 47 and 4D. RGB value is (24,71,77). Sum of RGB (Red+Green+Blue) = 24+71+77=172 (22% of max value = 765). Red value is 24 (9.77% from 255 or 13.95% from 172); Green value is 71 (28.12% from 255 or 41.28% from 172); Blue value is 77 (30.47% from 255 or 44.77% from 172); Max value from RGB is 77 - color contains mainly: blue. Hex color #18474D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #18474D is #E7B8B2. Grayscale: #393939. Windows color (decimal): -15186099 or 5064472. OLE color: 5064472.

HSL color Cylindrical-coordinate representation of color #18474D: hue angle of 186.79º degrees, saturation: 0.52, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #18474D is Cyan = 0.69, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB247177-
CMYK0.690.0800.70
HSL186.79º52.48%19.8%-
HSV(B)186.79º68.83%30.2%-
XYZ3.975.247.82-
YUV57.63138.93104.01-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 24 (9.77% from 255) = 13.95%
GREEN value IS 71 (28.12% from 255) = 41.28%
BLUE value IS 77 (30.47% from 255) = 44.77%
R=13.95%
G=41.28%
B=44.77%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal2471770.690.0800.70186.7952.4819.8
Hex18474D458046bb3414
Octal301071151051001062736424
Binary110001000111100110110001011000010001101011101111010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18474D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #18474D; }

 p { color: rgb(24,71,77); }

 H1.HeaderClassName
 {
   color: #18474D;
 }
 .AnyTagClassName
 {
   color: #18474D;
 }
</style>
background-color css

<style>
 a { background-color: #18474D; }

 a { background-color: rgb(24,71,77); }

 div.DivClassName
 {
   background-color: #18474D;
 }
 .BgClassName
 {
   background-color: #18474D;
 }
</style>
border-color css

<style>
 span { border-color: #18474D; }

 span { border-color: rgb(24,71,77); }

 td.TdClassName
 {
   border-color: #18474D;
 }
 .TagClassName
 {
   border-color: #18474D;
 }
</style>