Html Css Color HEX #11474C Cyprus

📋 copy color: '#11474C'

red 17 ◦ green 71 ◦ blue 76

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

Shades of Cyprus #11474C

Tints of Cyprus #11474C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 46.34%

R = 10.37%
G = 43.29%
B = 46.34%

CMYK

 C value IS 0.78

 M value IS 0.07

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#11474C (or 0x11474C) is known color: Cyprus. HEX triplet: 11, 47 and 4C. RGB value is (17,71,76). Sum of RGB (Red+Green+Blue) = 17+71+76=164 (21% of max value = 765). Red value is 17 (7.03% from 255 or 10.37% from 164); Green value is 71 (28.12% from 255 or 43.29% from 164); Blue value is 76 (30.08% from 255 or 46.34% from 164); Max value from RGB is 76 - color contains mainly: blue. Hex color #11474C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #11474C is #EEB8B3. Grayscale: #373737. Windows color (decimal): -15644852 or 4998929. OLE color: 4998929.

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

Color convert

RGB 17 71 76 -
CMYK 0.78 0.07 0 0.70
HSL 185.08º 0.63% 0.18% -
HSV(B) 185.08º 0.78% 0.3% -
XYZ 3.79 5.15 7.63 -
YUV 55.42 139.61 100.59 -
System Red Green Blue C M Y K H S L
Decimal 17 71 76 0.78 0.07 0 0.70 185.08 0.63 0.18
Hex 11 47 4C 4E 7 0 46 B9 3F 12
Octal 21 107 114 116 7 0 106 271 77 22
Binary 10001 1000111 1001100 1001110 111 0 1000110 10111001 111111 10010

Color Harmonies of #11474C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11474C

Black with #11474C

Text Example


Text Example

White with #11474C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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