#144E54

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

Shades of Cyprus #144E54

Tints of Cyprus #144E54

Color information

#144E54 (or 0x144E54) is unknown color: approx Cyprus. HEX triplet: 14, 4E and 54. RGB value is (20,78,84). Sum of RGB (Red+Green+Blue) = 20+78+84=182 (24% of max value = 765). Red value is 20 (8.20% from 255 or 10.99% from 182); Green value is 78 (30.86% from 255 or 42.86% from 182); Blue value is 84 (33.20% from 255 or 46.15% from 182); Max value from RGB is 84 - color contains mainly: blue. Hex color #144E54 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #144E54 is #EBB1AB. Grayscale: #3D3D3D. Windows color (decimal): -15446444 or 5525012. OLE color: 5525012.

HSL color Cylindrical-coordinate representation of color #144E54: hue angle of 185.62º degrees, saturation: 0.62, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #144E54 is Cyan = 0.76, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB207884-
CMYK0.760.0700.67
HSL185.62º61.54%20.39%-
HSV(B)185.62º76.19%32.94%-
XYZ4.616.249.35-
YUV61.34140.7898.51-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 10.99%
GREEN value IS 78 (30.86% from 255) = 42.86%
BLUE value IS 84 (33.20% from 255) = 46.15%
R=10.99%
G=42.86%
B=46.15%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal2078840.760.0700.67185.6261.5420.39
Hex144E544C7043ba3e14
Octal24116124114701032727624
Binary10100100111010101001001100111010000111011101011111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #144E54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(20,78,84); }

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

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

 a { background-color: rgb(20,78,84); }

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

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

 span { border-color: rgb(20,78,84); }

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