#114148

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

Shades of Cyprus #114148

Tints of Cyprus #114148

Color information

#114148 (or 0x114148) is unknown color: approx Cyprus. HEX triplet: 11, 41 and 48. RGB value is (17,65,72). Sum of RGB (Red+Green+Blue) = 17+65+72=154 (20% of max value = 765). Red value is 17 (7.03% from 255 or 11.04% from 154); Green value is 65 (25.78% from 255 or 42.21% from 154); Blue value is 72 (28.52% from 255 or 46.75% from 154); Max value from RGB is 72 - color contains mainly: blue. Hex color #114148 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #114148 is #EEBEB7. Grayscale: #333333. Windows color (decimal): -15646392 or 4735249. OLE color: 4735249.

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

Color convert

RGB176572-
CMYK0.760.1000.72
HSL187.64º61.8%17.45%-
HSV(B)187.64º76.39%28.24%-
XYZ3.294.376.8-
YUV51.45139.6103.43-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 11.04%
GREEN value IS 65 (25.78% from 255) = 42.21%
BLUE value IS 72 (28.52% from 255) = 46.75%
R=11.04%
G=42.21%
B=46.75%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal1765720.760.1000.72187.6461.817.45
Hex1141484CA048bc3e11
Octal211011101141201102747621
Binary100011000001100100010011001010010010001011110011111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #114148

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #114148; }

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

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

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

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

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

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

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

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