Html Css Color HEX #11494D Cyprus

📋 copy color: '#11494D'

red 17 ◦ green 73 ◦ blue 77

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

Shades of Cyprus #11494D

Tints of Cyprus #11494D

RGB

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

 GREEN value IS 73 (28.91% from 255) = 43.71%

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

R = 10.18%
G = 43.71%
B = 46.11%

CMYK

 C value IS 0.78

 M value IS 0.05

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#11494D (or 0x11494D) is known color: Cyprus. HEX triplet: 11, 49 and 4D. RGB value is (17,73,77). Sum of RGB (Red+Green+Blue) = 17+73+77=167 (22% of max value = 765). Red value is 17 (7.03% from 255 or 10.18% from 167); Green value is 73 (28.91% from 255 or 43.71% from 167); Blue value is 77 (30.47% from 255 or 46.11% from 167); Max value from RGB is 77 - color contains mainly: blue. Hex color #11494D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #11494D is #EEB6B2. Grayscale: #383838. Windows color (decimal): -15644339 or 5064977. OLE color: 5064977.

HSL color Cylindrical-coordinate representation of color #11494D: hue angle of 184º degrees, saturation: 0.64, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #11494D is Cyan = 0.78, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 17 73 77 -
CMYK 0.78 0.05 0 0.70
HSL 184º 0.64% 0.18% -
HSV(B) 184º 0.78% 0.3% -
XYZ 3.95 5.42 7.86 -
YUV 56.71 139.45 99.67 -
System Red Green Blue C M Y K H S L
Decimal 17 73 77 0.78 0.05 0 0.70 184 0.64 0.18
Hex 11 49 4D 4E 5 0 46 B8 40 12
Octal 21 111 115 116 5 0 106 270 100 22
Binary 10001 1001001 1001101 1001110 101 0 1000110 10111000 1000000 10010

Color Harmonies of #11494D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11494D

Black with #11494D

Text Example


Text Example

White with #11494D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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