Html Css Color HEX #114247 Cyprus

📋 copy color: '#114247'

red 17 ◦ green 66 ◦ blue 71

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

Shades of Cyprus #114247

Tints of Cyprus #114247

RGB

 RED value IS 17 (7.03% from 255) = 11.04%

 GREEN value IS 66 (26.17% from 255) = 42.86%

 BLUE value IS 71 (28.13% from 255) = 46.1%

R = 11.04%
G = 42.86%
B = 46.1%

CMYK

 C value IS 0.76

 M value IS 0.07

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#114247 (or 0x114247) is known color: Cyprus. HEX triplet: 11, 42 and 47. RGB value is (17,66,71). Sum of RGB (Red+Green+Blue) = 17+66+71=154 (20% of max value = 765). Red value is 17 (7.03% from 255 or 11.04% from 154); Green value is 66 (26.17% from 255 or 42.86% from 154); Blue value is 71 (28.12% from 255 or 46.10% from 154); Max value from RGB is 71 - color contains mainly: blue. Hex color #114247 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #114247 is #EEBDB8. Grayscale: #333333. Windows color (decimal): -15646137 or 4669969. OLE color: 4669969.

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

Color convert

RGB 17 66 71 -
CMYK 0.76 0.07 0 0.72
HSL 185.56º 0.61% 0.17% -
HSV(B) 185.56º 0.76% 0.28% -
XYZ 3.32 4.47 6.65 -
YUV 51.92 138.77 103.09 -
System Red Green Blue C M Y K H S L
Decimal 17 66 71 0.76 0.07 0 0.72 185.56 0.61 0.17
Hex 11 42 47 4C 7 0 48 BA 3D 11
Octal 21 102 107 114 7 0 110 272 75 21
Binary 10001 1000010 1000111 1001100 111 0 1001000 10111010 111101 10001

Color Harmonies of #114247

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #114247

Black with #114247

Text Example


Text Example

White with #114247

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #114247; }

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

 H1.HeaderClassName
 {
   color: #114247;
 }
 .AnyTagClassName
 {
   color: #114247;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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