#134D54

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

Shades of Cyprus #134D54

Tints of Cyprus #134D54

Color information

#134D54 (or 0x134D54) is unknown color: approx Cyprus. HEX triplet: 13, 4D and 54. RGB value is (19,77,84). Sum of RGB (Red+Green+Blue) = 19+77+84=180 (23% of max value = 765). Red value is 19 (7.81% from 255 or 10.56% from 180); Green value is 77 (30.47% from 255 or 42.78% from 180); Blue value is 84 (33.20% from 255 or 46.67% from 180); Max value from RGB is 84 - color contains mainly: blue. Hex color #134D54 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #134D54 is #ECB2AB. Grayscale: #3C3C3C. Windows color (decimal): -15512236 or 5524755. OLE color: 5524755.

HSL color Cylindrical-coordinate representation of color #134D54: hue angle of 186.46º 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 #134D54 is Cyan = 0.77, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB197784-
CMYK0.770.0800.67
HSL186.46º63.11%20.2%-
HSV(B)186.46º77.38%32.94%-
XYZ4.526.099.32-
YUV60.46141.2898.43-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 10.56%
GREEN value IS 77 (30.47% from 255) = 42.78%
BLUE value IS 84 (33.20% from 255) = 46.67%
R=10.56%
G=42.78%
B=46.67%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal1977840.770.0800.67186.4663.1120.2
Hex134D544D8043ba3f14
Octal231151241151001032727724
Binary100111001101101010010011011000010000111011101011111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #134D54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(19,77,84); }

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

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

 a { background-color: rgb(19,77,84); }

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

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

 span { border-color: rgb(19,77,84); }

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