#114149

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

Shades of Cyprus #114149

Tints of Cyprus #114149

Color information

#114149 (or 0x114149) is unknown color: approx Cyprus. HEX triplet: 11, 41 and 49. RGB value is (17,65,73). Sum of RGB (Red+Green+Blue) = 17+65+73=155 (20% of max value = 765). Red value is 17 (7.03% from 255 or 10.97% from 155); Green value is 65 (25.78% from 255 or 41.94% from 155); Blue value is 73 (28.91% from 255 or 47.10% from 155); Max value from RGB is 73 - color contains mainly: blue. Hex color #114149 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #114149 is #EEBEB6. Grayscale: #333333. Windows color (decimal): -15646391 or 4800785. OLE color: 4800785.

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

Color convert

RGB176573-
CMYK0.770.1100.71
HSL188.57º62.22%17.65%-
HSV(B)188.57º76.71%28.63%-
XYZ3.324.386.97-
YUV51.56140.1103.35-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 10.97%
GREEN value IS 65 (25.78% from 255) = 41.94%
BLUE value IS 73 (28.91% from 255) = 47.10%
R=10.97%
G=41.94%
B=47.10%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal1765730.770.1100.71188.5762.2217.65
Hex1141494DB047bd3e12
Octal211011111151301072757622
Binary100011000001100100110011011011010001111011110111111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #114149

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #114149; }

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

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

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

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

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

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

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

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