#134F55

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

Shades of Cyprus #134F55

Tints of Cyprus #134F55

Color information

#134F55 (or 0x134F55) is unknown color: approx Cyprus. HEX triplet: 13, 4F and 55. RGB value is (19,79,85). Sum of RGB (Red+Green+Blue) = 19+79+85=183 (24% of max value = 765). Red value is 19 (7.81% from 255 or 10.38% from 183); Green value is 79 (31.25% from 255 or 43.17% from 183); Blue value is 85 (33.59% from 255 or 46.45% from 183); Max value from RGB is 85 - color contains mainly: blue. Hex color #134F55 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #134F55 is #ECB0AA. Grayscale: #3D3D3D. Windows color (decimal): -15511723 or 5590803. OLE color: 5590803.

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

Color convert

RGB197985-
CMYK0.780.0700.67
HSL185.45º63.46%20.39%-
HSV(B)185.45º77.65%33.33%-
XYZ4.76.399.58-
YUV61.74141.1297.51-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 10.38%
GREEN value IS 79 (31.25% from 255) = 43.17%
BLUE value IS 85 (33.59% from 255) = 46.45%
R=10.38%
G=43.17%
B=46.45%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal1979850.780.0700.67185.4563.4620.39
Hex134F554E7043b93f14
Octal23117125116701032717724
Binary10011100111110101011001110111010000111011100111111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #134F55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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