#134749

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

Shades of Cyprus #134749

Tints of Cyprus #134749

Color information

#134749 (or 0x134749) is unknown color: approx Cyprus. HEX triplet: 13, 47 and 49. RGB value is (19,71,73). Sum of RGB (Red+Green+Blue) = 19+71+73=163 (21% of max value = 765). Red value is 19 (7.81% from 255 or 11.66% from 163); Green value is 71 (28.12% from 255 or 43.56% from 163); Blue value is 73 (28.91% from 255 or 44.79% from 163); Max value from RGB is 73 - color contains mainly: blue. Hex color #134749 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #134749 is #ECB8B6. Grayscale: #373737. Windows color (decimal): -15513783 or 4802323. OLE color: 4802323.

HSL color Cylindrical-coordinate representation of color #134749: hue angle of 182.22º degrees, saturation: 0.59, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #134749 is Cyan = 0.74, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB197173-
CMYK0.740.0300.71
HSL182.22º58.7%18.04%-
HSV(B)182.22º73.97%28.63%-
XYZ3.725.137.1-
YUV55.68137.77101.84-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 11.66%
GREEN value IS 71 (28.12% from 255) = 43.56%
BLUE value IS 73 (28.91% from 255) = 44.79%
R=11.66%
G=43.56%
B=44.79%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal1971730.740.0300.71182.2258.718.04
Hex1347494A3047b63b12
Octal23107111112301072667322
Binary1001110001111001001100101011010001111011011011101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #134749

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #134749; }

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

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

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

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

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

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

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

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