#11494C

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

Shades of Cyprus #11494C

Tints of Cyprus #11494C

Color information

#11494C (or 0x11494C) is unknown color: approx Cyprus. HEX triplet: 11, 49 and 4C. RGB value is (17,73,76). Sum of RGB (Red+Green+Blue) = 17+73+76=166 (21% of max value = 765). Red value is 17 (7.03% from 255 or 10.24% from 166); Green value is 73 (28.91% from 255 or 43.98% from 166); Blue value is 76 (30.08% from 255 or 45.78% from 166); Max value from RGB is 76 - color contains mainly: blue. Hex color #11494C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #11494C is #EEB6B3. Grayscale: #383838. Windows color (decimal): -15644340 or 4999441. OLE color: 4999441.

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

Color convert

RGB177376-
CMYK0.780.0400.70
HSL183.05º63.44%18.24%-
HSV(B)183.05º77.63%29.8%-
XYZ3.925.417.67-
YUV56.6138.9599.76-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 10.24%
GREEN value IS 73 (28.91% from 255) = 43.98%
BLUE value IS 76 (30.08% from 255) = 45.78%
R=10.24%
G=43.98%
B=45.78%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal1773760.780.0400.70183.0563.4418.24
Hex11494C4E4046b73f12
Octal21111114116401062677722
Binary10001100100110011001001110100010001101011011111111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11494C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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