#144249

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

Shades of Tiber #144249

Tints of Tiber #144249

Color information

#144249 (or 0x144249) is unknown color: approx Tiber. HEX triplet: 14, 42 and 49. RGB value is (20,66,73). Sum of RGB (Red+Green+Blue) = 20+66+73=159 (21% of max value = 765). Red value is 20 (8.20% from 255 or 12.58% from 159); Green value is 66 (26.17% from 255 or 41.51% from 159); Blue value is 73 (28.91% from 255 or 45.91% from 159); Max value from RGB is 73 - color contains mainly: blue. Hex color #144249 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #144249 is #EBBDB6. Grayscale: #343434. Windows color (decimal): -15449527 or 4801044. OLE color: 4801044.

HSL color Cylindrical-coordinate representation of color #144249: hue angle of 187.92º degrees, saturation: 0.57, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #144249 is Cyan = 0.73, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB206673-
CMYK0.730.1000.71
HSL187.92º56.99%18.24%-
HSV(B)187.92º72.6%28.63%-
XYZ3.444.537-
YUV53.04139.26104.43-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 12.58%
GREEN value IS 66 (26.17% from 255) = 41.51%
BLUE value IS 73 (28.91% from 255) = 45.91%
R=12.58%
G=41.51%
B=45.91%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal2066730.730.1000.71187.9256.9918.24
Hex14424949A047bc3912
Octal241021111111201072747122
Binary101001000010100100110010011010010001111011110011100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #144249

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #144249; }

 p { color: rgb(20,66,73); }

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

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

 a { background-color: rgb(20,66,73); }

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

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

 span { border-color: rgb(20,66,73); }

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