#14454C

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

Shades of Tiber #14454C

Tints of Tiber #14454C

Color information

#14454C (or 0x14454C) is unknown color: approx Tiber. HEX triplet: 14, 45 and 4C. RGB value is (20,69,76). Sum of RGB (Red+Green+Blue) = 20+69+76=165 (21% of max value = 765). Red value is 20 (8.20% from 255 or 12.12% from 165); Green value is 69 (27.34% from 255 or 41.82% from 165); Blue value is 76 (30.08% from 255 or 46.06% from 165); Max value from RGB is 76 - color contains mainly: blue. Hex color #14454C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #14454C is #EBBAB3. Grayscale: #373737. Windows color (decimal): -15448756 or 4998420. OLE color: 4998420.

HSL color Cylindrical-coordinate representation of color #14454C: hue angle of 187.5º degrees, saturation: 0.58, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #14454C is Cyan = 0.74, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB206976-
CMYK0.740.0900.70
HSL187.5º58.33%18.82%-
HSV(B)187.5º73.68%29.8%-
XYZ3.724.937.59-
YUV55.15139.77102.93-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 12.12%
GREEN value IS 69 (27.34% from 255) = 41.82%
BLUE value IS 76 (30.08% from 255) = 46.06%
R=12.12%
G=41.82%
B=46.06%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal2069760.740.0900.70187.558.3318.82
Hex14454C4A9046bc3a13
Octal241051141121101062747223
Binary101001000101100110010010101001010001101011110011101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14454C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #14454C; }

 p { color: rgb(20,69,76); }

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

<style>
 a { background-color: #14454C; }

 a { background-color: rgb(20,69,76); }

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

<style>
 span { border-color: #14454C; }

 span { border-color: rgb(20,69,76); }

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