#134E53

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

Shades of Cyprus #134E53

Tints of Cyprus #134E53

Color information

#134E53 (or 0x134E53) is unknown color: approx Cyprus. HEX triplet: 13, 4E and 53. RGB value is (19,78,83). Sum of RGB (Red+Green+Blue) = 19+78+83=180 (23% of max value = 765). Red value is 19 (7.81% from 255 or 10.56% from 180); Green value is 78 (30.86% from 255 or 43.33% from 180); Blue value is 83 (32.81% from 255 or 46.11% from 180); Max value from RGB is 83 - color contains mainly: blue. Hex color #134E53 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #134E53 is #ECB1AC. Grayscale: #3C3C3C. Windows color (decimal): -15511981 or 5459475. OLE color: 5459475.

HSL color Cylindrical-coordinate representation of color #134E53: hue angle of 184.69º degrees, saturation: 0.63, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #134E53 is Cyan = 0.77, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB197883-
CMYK0.770.0600.67
HSL184.69º62.75%20%-
HSV(B)184.69º77.11%32.55%-
XYZ4.556.219.14-
YUV60.93140.4598.09-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 10.56%
GREEN value IS 78 (30.86% from 255) = 43.33%
BLUE value IS 83 (32.81% from 255) = 46.11%
R=10.56%
G=43.33%
B=46.11%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal1978830.770.0600.67184.6962.7520
Hex134E534D6043b93f14
Octal23116123115601032717724
Binary10011100111010100111001101110010000111011100111111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #134E53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #134E53; }

 p { color: rgb(19,78,83); }

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

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

 a { background-color: rgb(19,78,83); }

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

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

 span { border-color: rgb(19,78,83); }

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