#144B44

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

Shades of Cyprus #144B44

Tints of Cyprus #144B44

Color information

#144B44 (or 0x144B44) is unknown color: approx Cyprus. HEX triplet: 14, 4B and 44. RGB value is (20,75,68). Sum of RGB (Red+Green+Blue) = 20+75+68=163 (21% of max value = 765). Red value is 20 (8.20% from 255 or 12.27% from 163); Green value is 75 (29.69% from 255 or 46.01% from 163); Blue value is 68 (26.95% from 255 or 41.72% from 163); Max value from RGB is 75 - color contains mainly: green. Hex color #144B44 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #144B44 is #EBB4BB. Grayscale: #393939. Windows color (decimal): -15447228 or 4475668. OLE color: 4475668.

HSL color Cylindrical-coordinate representation of color #144B44: hue angle of 172.36º degrees, saturation: 0.58, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #144B44 is Cyan = 0.73, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.71.

Color convert

RGB207568-
CMYK0.7300.090.71
HSL172.36º57.89%18.63%-
HSV(B)172.36º73.33%29.41%-
XYZ3.855.66.35-
YUV57.76133.78101.07-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 12.27%
GREEN value IS 75 (29.69% from 255) = 46.01%
BLUE value IS 68 (26.95% from 255) = 41.72%
R=12.27%
G=46.01%
B=41.72%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal2075680.7300.090.71172.3657.8918.63
Hex144B44490947ac3a13
Octal241131041110111072547223
Binary101001001011100010010010010100110001111010110011101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #144B44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #144B44; }

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

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

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

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

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

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

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

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