#134547

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

Shades of Cyprus #134547

Tints of Cyprus #134547

Color information

#134547 (or 0x134547) is unknown color: approx Cyprus. HEX triplet: 13, 45 and 47. RGB value is (19,69,71). Sum of RGB (Red+Green+Blue) = 19+69+71=159 (21% of max value = 765). Red value is 19 (7.81% from 255 or 11.95% from 159); Green value is 69 (27.34% from 255 or 43.40% from 159); Blue value is 71 (28.12% from 255 or 44.65% from 159); Max value from RGB is 71 - color contains mainly: blue. Hex color #134547 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #134547 is #ECBAB8. Grayscale: #363636. Windows color (decimal): -15514297 or 4670739. OLE color: 4670739.

HSL color Cylindrical-coordinate representation of color #134547: hue angle of 182.31º degrees, saturation: 0.58, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #134547 is Cyan = 0.73, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB196971-
CMYK0.730.0300.72
HSL182.31º57.78%17.65%-
HSV(B)182.31º73.24%27.84%-
XYZ3.534.856.71-
YUV54.28137.44102.84-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 11.95%
GREEN value IS 69 (27.34% from 255) = 43.40%
BLUE value IS 71 (28.12% from 255) = 44.65%
R=11.95%
G=43.40%
B=44.65%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal1969710.730.0300.72182.3157.7817.65
Hex134547493048b63a12
Octal23105107111301102667222
Binary1001110001011000111100100111010010001011011011101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #134547

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #134547; }

 p { color: rgb(19,69,71); }

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

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

 a { background-color: rgb(19,69,71); }

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

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

 span { border-color: rgb(19,69,71); }

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