#134C54

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

Shades of Cyprus #134C54

Tints of Cyprus #134C54

Color information

#134C54 (or 0x134C54) is unknown color: approx Cyprus. HEX triplet: 13, 4C and 54. RGB value is (19,76,84). Sum of RGB (Red+Green+Blue) = 19+76+84=179 (23% of max value = 765). Red value is 19 (7.81% from 255 or 10.61% from 179); Green value is 76 (30.08% from 255 or 42.46% from 179); Blue value is 84 (33.20% from 255 or 46.93% from 179); Max value from RGB is 84 - color contains mainly: blue. Hex color #134C54 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #134C54 is #ECB3AB. Grayscale: #3B3B3B. Windows color (decimal): -15512492 or 5524499. OLE color: 5524499.

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

Color convert

RGB197684-
CMYK0.770.1000.67
HSL187.38º63.11%20.2%-
HSV(B)187.38º77.38%32.94%-
XYZ4.455.959.3-
YUV59.87141.6298.85-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 10.61%
GREEN value IS 76 (30.08% from 255) = 42.46%
BLUE value IS 84 (33.20% from 255) = 46.93%
R=10.61%
G=42.46%
B=46.93%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal1976840.770.1000.67187.3863.1120.2
Hex134C544DA043bb3f14
Octal231141241151201032737724
Binary100111001100101010010011011010010000111011101111111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #134C54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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