#134A4F

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

Shades of Cyprus #134A4F

Tints of Cyprus #134A4F

Color information

#134A4F (or 0x134A4F) is unknown color: approx Cyprus. HEX triplet: 13, 4A and 4F. RGB value is (19,74,79). Sum of RGB (Red+Green+Blue) = 19+74+79=172 (22% of max value = 765). Red value is 19 (7.81% from 255 or 11.05% from 172); Green value is 74 (29.30% from 255 or 43.02% from 172); Blue value is 79 (31.25% from 255 or 45.93% from 172); Max value from RGB is 79 - color contains mainly: blue. Hex color #134A4F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #134A4F is #ECB5B0. Grayscale: #3A3A3A. Windows color (decimal): -15513009 or 5196307. OLE color: 5196307.

HSL color Cylindrical-coordinate representation of color #134A4F: hue angle of 185º degrees, saturation: 0.61, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #134A4F is Cyan = 0.76, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB197479-
CMYK0.760.0600.69
HSL185º61.22%19.22%-
HSV(B)185º75.95%30.98%-
XYZ4.135.68.26-
YUV58.12139.78100.09-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 11.05%
GREEN value IS 74 (29.30% from 255) = 43.02%
BLUE value IS 79 (31.25% from 255) = 45.93%
R=11.05%
G=43.02%
B=45.93%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal1974790.760.0600.6918561.2219.22
Hex134A4F4C6045b93d13
Octal23112117114601052717523
Binary10011100101010011111001100110010001011011100111110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #134A4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(19,74,79); }

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

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

 a { background-color: rgb(19,74,79); }

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

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

 span { border-color: rgb(19,74,79); }

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