#114147

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

Shades of Cyprus #114147

Tints of Cyprus #114147

Color information

#114147 (or 0x114147) is unknown color: approx Cyprus. HEX triplet: 11, 41 and 47. RGB value is (17,65,71). Sum of RGB (Red+Green+Blue) = 17+65+71=153 (20% of max value = 765). Red value is 17 (7.03% from 255 or 11.11% from 153); Green value is 65 (25.78% from 255 or 42.48% from 153); Blue value is 71 (28.12% from 255 or 46.41% from 153); Max value from RGB is 71 - color contains mainly: blue. Hex color #114147 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #114147 is #EEBEB8. Grayscale: #333333. Windows color (decimal): -15646393 or 4669713. OLE color: 4669713.

HSL color Cylindrical-coordinate representation of color #114147: hue angle of 186.67º degrees, saturation: 0.61, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #114147 is Cyan = 0.76, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB176571-
CMYK0.760.0800.72
HSL186.67º61.36%17.25%-
HSV(B)186.67º76.06%27.84%-
XYZ3.264.356.63-
YUV51.33139.1103.51-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 11.11%
GREEN value IS 65 (25.78% from 255) = 42.48%
BLUE value IS 71 (28.12% from 255) = 46.41%
R=11.11%
G=42.48%
B=46.41%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal1765710.760.0800.72186.6761.3617.25
Hex1141474C8048bb3d11
Octal211011071141001102737521
Binary100011000001100011110011001000010010001011101111110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #114147

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #114147; }

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

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

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

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

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

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

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

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