#134650

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

Shades of Cyprus #134650

Tints of Cyprus #134650

Color information

#134650 (or 0x134650) is unknown color: approx Cyprus. HEX triplet: 13, 46 and 50. RGB value is (19,70,80). Sum of RGB (Red+Green+Blue) = 19+70+80=169 (22% of max value = 765). Red value is 19 (7.81% from 255 or 11.24% from 169); Green value is 70 (27.73% from 255 or 41.42% from 169); Blue value is 80 (31.64% from 255 or 47.34% from 169); Max value from RGB is 80 - color contains mainly: blue. Hex color #134650 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #134650 is #ECB9AF. Grayscale: #373737. Windows color (decimal): -15514032 or 5260819. OLE color: 5260819.

HSL color Cylindrical-coordinate representation of color #134650: hue angle of 189.84º degrees, saturation: 0.62, 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 #134650 is Cyan = 0.76, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB197080-
CMYK0.760.1200.69
HSL189.84º61.62%19.41%-
HSV(B)189.84º76.25%31.37%-
XYZ3.915.18.37-
YUV55.89141.6101.69-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 11.24%
GREEN value IS 70 (27.73% from 255) = 41.42%
BLUE value IS 80 (31.64% from 255) = 47.34%
R=11.24%
G=41.42%
B=47.34%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal1970800.760.1200.69189.8461.6219.41
Hex1346504CC045be3e13
Octal231061201141401052767623
Binary100111000110101000010011001100010001011011111011111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #134650

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #134650; }

 p { color: rgb(19,70,80); }

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

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

 a { background-color: rgb(19,70,80); }

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

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

 span { border-color: rgb(19,70,80); }

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