#114447

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

Shades of Cyprus #114447

Tints of Cyprus #114447

Color information

#114447 (or 0x114447) is unknown color: approx Cyprus. HEX triplet: 11, 44 and 47. RGB value is (17,68,71). Sum of RGB (Red+Green+Blue) = 17+68+71=156 (20% of max value = 765). Red value is 17 (7.03% from 255 or 10.90% from 156); Green value is 68 (26.95% from 255 or 43.59% from 156); Blue value is 71 (28.12% from 255 or 45.51% from 156); Max value from RGB is 71 - color contains mainly: blue. Hex color #114447 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #114447 is #EEBBB8. Grayscale: #353535. Windows color (decimal): -15645625 or 4670481. OLE color: 4670481.

HSL color Cylindrical-coordinate representation of color #114447: hue angle of 183.33º 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 #114447 is Cyan = 0.76, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB176871-
CMYK0.760.0400.72
HSL183.33º61.36%17.25%-
HSV(B)183.33º76.06%27.84%-
XYZ3.444.716.69-
YUV53.09138.1102.26-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 10.90%
GREEN value IS 68 (26.95% from 255) = 43.59%
BLUE value IS 71 (28.12% from 255) = 45.51%
R=10.90%
G=43.59%
B=45.51%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal1768710.760.0400.72183.3361.3617.25
Hex1144474C4048b73d11
Octal21104107114401102677521
Binary10001100010010001111001100100010010001011011111110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #114447

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #114447; }

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

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

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

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

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

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

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

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