#134F54

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

Shades of Cyprus #134F54

Tints of Cyprus #134F54

Color information

#134F54 (or 0x134F54) is unknown color: approx Cyprus. HEX triplet: 13, 4F and 54. RGB value is (19,79,84). Sum of RGB (Red+Green+Blue) = 19+79+84=182 (24% of max value = 765). Red value is 19 (7.81% from 255 or 10.44% from 182); Green value is 79 (31.25% from 255 or 43.41% from 182); Blue value is 84 (33.20% from 255 or 46.15% from 182); Max value from RGB is 84 - color contains mainly: blue. Hex color #134F54 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #134F54 is #ECB0AB. Grayscale: #3D3D3D. Windows color (decimal): -15511724 or 5525267. OLE color: 5525267.

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

Color convert

RGB197984-
CMYK0.770.0600.67
HSL184.62º63.11%20.2%-
HSV(B)184.62º77.38%32.94%-
XYZ4.666.379.37-
YUV61.63140.6297.59-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 10.44%
GREEN value IS 79 (31.25% from 255) = 43.41%
BLUE value IS 84 (33.20% from 255) = 46.15%
R=10.44%
G=43.41%
B=46.15%

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
Decimal1979840.770.0600.67184.6263.1120.2
Hex134F544D6043b93f14
Octal23117124115601032717724
Binary10011100111110101001001101110010000111011100111111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #134F54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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