Html Css Color HEX #11594D Cyprus

📋 copy color: '#11594D'

red 17 ◦ green 89 ◦ blue 77

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

Shades of Cyprus #11594D

Tints of Cyprus #11594D

RGB

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

 GREEN value IS 89 (35.16% from 255) = 48.63%

 BLUE value IS 77 (30.47% from 255) = 42.08%

R = 9.29%
G = 48.63%
B = 42.08%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.13

 K value IS 0.65

RGB Variations

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

Color information

#11594D (or 0x11594D) is known color: Cyprus. HEX triplet: 11, 59 and 4D. RGB value is (17,89,77). Sum of RGB (Red+Green+Blue) = 17+89+77=183 (24% of max value = 765). Red value is 17 (7.03% from 255 or 9.29% from 183); Green value is 89 (35.16% from 255 or 48.63% from 183); Blue value is 77 (30.47% from 255 or 42.08% from 183); Max value from RGB is 89 - color contains mainly: green. Hex color #11594D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #11594D is #EEA6B2. Grayscale: #424242. Windows color (decimal): -15640243 or 5069073. OLE color: 5069073.

HSL color Cylindrical-coordinate representation of color #11594D: hue angle of 170º degrees, saturation: 0.68, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #11594D is Cyan = 0.81, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.65.

Color convert

RGB 17 89 77 -
CMYK 0.81 0 0.13 0.65
HSL 170º 0.68% 0.21% -
HSV(B) 170º 0.81% 0.35% -
XYZ 5.14 7.8 8.26 -
YUV 66.1 134.15 92.98 -
System Red Green Blue C M Y K H S L
Decimal 17 89 77 0.81 0 0.13 0.65 170 0.68 0.21
Hex 11 59 4D 51 0 D 41 AA 44 15
Octal 21 131 115 121 0 15 101 252 104 25
Binary 10001 1011001 1001101 1010001 0 1101 1000001 10101010 1000100 10101

Color Harmonies of #11594D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11594D

Black with #11594D

Text Example


Text Example

White with #11594D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #11594D; }

 p { color: rgb(17,89,77); }

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

background-color css

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

 a { background-color: rgb(17,89,77); }

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

border-color css

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

 span { border-color: rgb(17,89,77); }

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