Html Css Color HEX #11474D Cyprus

📋 copy color: '#11474D'

red 17 ◦ green 71 ◦ blue 77

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

Shades of Cyprus #11474D

Tints of Cyprus #11474D

RGB

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

 GREEN value IS 71 (28.13% from 255) = 43.03%

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

R = 10.3%
G = 43.03%
B = 46.67%

CMYK

 C value IS 0.78

 M value IS 0.08

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#11474D (or 0x11474D) is known color: Cyprus. HEX triplet: 11, 47 and 4D. RGB value is (17,71,77). Sum of RGB (Red+Green+Blue) = 17+71+77=165 (21% of max value = 765). Red value is 17 (7.03% from 255 or 10.30% from 165); Green value is 71 (28.12% from 255 or 43.03% from 165); Blue value is 77 (30.47% from 255 or 46.67% from 165); Max value from RGB is 77 - color contains mainly: blue. Hex color #11474D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #11474D is #EEB8B2. Grayscale: #373737. Windows color (decimal): -15644851 or 5064465. OLE color: 5064465.

HSL color Cylindrical-coordinate representation of color #11474D: hue angle of 186º 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 #11474D is Cyan = 0.78, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 17 71 77 -
CMYK 0.78 0.08 0 0.70
HSL 186º 0.64% 0.18% -
HSV(B) 186º 0.78% 0.3% -
XYZ 3.82 5.16 7.82 -
YUV 55.54 140.11 100.51 -
System Red Green Blue C M Y K H S L
Decimal 17 71 77 0.78 0.08 0 0.70 186 0.64 0.18
Hex 11 47 4D 4E 8 0 46 BA 40 12
Octal 21 107 115 116 10 0 106 272 100 22
Binary 10001 1000111 1001101 1001110 1000 0 1000110 10111010 1000000 10010

Color Harmonies of #11474D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11474D

Black with #11474D

Text Example


Text Example

White with #11474D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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