#13494C

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

Shades of Cyprus #13494C

Tints of Cyprus #13494C

Color information

#13494C (or 0x13494C) is unknown color: approx Cyprus. HEX triplet: 13, 49 and 4C. RGB value is (19,73,76). Sum of RGB (Red+Green+Blue) = 19+73+76=168 (22% of max value = 765). Red value is 19 (7.81% from 255 or 11.31% from 168); Green value is 73 (28.91% from 255 or 43.45% from 168); Blue value is 76 (30.08% from 255 or 45.24% from 168); Max value from RGB is 76 - color contains mainly: blue. Hex color #13494C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #13494C is #ECB6B3. Grayscale: #393939. Windows color (decimal): -15513268 or 4999443. OLE color: 4999443.

HSL color Cylindrical-coordinate representation of color #13494C: hue angle of 183.16º degrees, saturation: 0.6, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #13494C is Cyan = 0.75, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB197376-
CMYK0.750.0400.70
HSL183.16º60%18.63%-
HSV(B)183.16º75%29.8%-
XYZ3.965.437.68-
YUV57.2138.61100.76-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 11.31%
GREEN value IS 73 (28.91% from 255) = 43.45%
BLUE value IS 76 (30.08% from 255) = 45.24%
R=11.31%
G=43.45%
B=45.24%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal1973760.750.0400.70183.166018.63
Hex13494C4B4046b73c13
Octal23111114113401062677423
Binary10011100100110011001001011100010001101011011111110010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13494C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #13494C; }

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

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

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

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

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

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

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

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