Html Css Color HEX #114147 Cyprus

📋 copy color: '#114147'

red 17 ◦ green 65 ◦ blue 71

#114147
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cyprus #114147

Tints of Cyprus #114147

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.13% from 255) = 46.41%

R = 11.11%
G = 42.48%
B = 46.41%

CMYK

 C value IS 0.76

 M value IS 0.08

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#114147 (or 0x114147) is known color: 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

RGB 17 65 71 -
CMYK 0.76 0.08 0 0.72
HSL 186.67º 0.61% 0.17% -
HSV(B) 186.67º 0.76% 0.28% -
XYZ 3.26 4.35 6.63 -
YUV 51.33 139.1 103.51 -
System Red Green Blue C M Y K H S L
Decimal 17 65 71 0.76 0.08 0 0.72 186.67 0.61 0.17
Hex 11 41 47 4C 8 0 48 BB 3D 11
Octal 21 101 107 114 10 0 110 273 75 21
Binary 10001 1000001 1000111 1001100 1000 0 1001000 10111011 111101 10001

Color Harmonies of #114147

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #114147

Black with #114147

Text Example


Text Example

White with #114147

Text Example


Text Example

HTML Codes & Css Web 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>