#144449

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

Shades of Tiber #144449

Tints of Tiber #144449

Color information

#144449 (or 0x144449) is unknown color: approx Tiber. HEX triplet: 14, 44 and 49. RGB value is (20,68,73). Sum of RGB (Red+Green+Blue) = 20+68+73=161 (21% of max value = 765). Red value is 20 (8.20% from 255 or 12.42% from 161); Green value is 68 (26.95% from 255 or 42.24% from 161); Blue value is 73 (28.91% from 255 or 45.34% from 161); Max value from RGB is 73 - color contains mainly: blue. Hex color #144449 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #144449 is #EBBBB6. Grayscale: #363636. Windows color (decimal): -15449015 or 4801556. OLE color: 4801556.

HSL color Cylindrical-coordinate representation of color #144449: hue angle of 185.66º 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 #144449 is Cyan = 0.73, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB206873-
CMYK0.730.0700.71
HSL185.66º56.99%18.24%-
HSV(B)185.66º72.6%28.63%-
XYZ3.564.767.04-
YUV54.22138.6103.59-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 12.42%
GREEN value IS 68 (26.95% from 255) = 42.24%
BLUE value IS 73 (28.91% from 255) = 45.34%
R=12.42%
G=42.24%
B=45.34%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal2068730.730.0700.71185.6656.9918.24
Hex144449497047ba3912
Octal24104111111701072727122
Binary10100100010010010011001001111010001111011101011100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #144449

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #144449; }

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

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

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

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

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

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

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

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