Html Css Color HEX #11494C Cyprus

📋 copy color: '#11494C'

red 17 ◦ green 73 ◦ blue 76

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

Shades of Cyprus #11494C

Tints of Cyprus #11494C

RGB

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

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

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

R = 10.24%
G = 43.98%
B = 45.78%

CMYK

 C value IS 0.78

 M value IS 0.04

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#11494C (or 0x11494C) is known color: Cyprus. HEX triplet: 11, 49 and 4C. RGB value is (17,73,76). Sum of RGB (Red+Green+Blue) = 17+73+76=166 (21% of max value = 765). Red value is 17 (7.03% from 255 or 10.24% from 166); Green value is 73 (28.91% from 255 or 43.98% from 166); Blue value is 76 (30.08% from 255 or 45.78% from 166); Max value from RGB is 76 - color contains mainly: blue. Hex color #11494C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #11494C is #EEB6B3. Grayscale: #383838. Windows color (decimal): -15644340 or 4999441. OLE color: 4999441.

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

Color convert

RGB 17 73 76 -
CMYK 0.78 0.04 0 0.70
HSL 183.05º 0.63% 0.18% -
HSV(B) 183.05º 0.78% 0.3% -
XYZ 3.92 5.41 7.67 -
YUV 56.6 138.95 99.76 -
System Red Green Blue C M Y K H S L
Decimal 17 73 76 0.78 0.04 0 0.70 183.05 0.63 0.18
Hex 11 49 4C 4E 4 0 46 B7 3F 12
Octal 21 111 114 116 4 0 106 267 77 22
Binary 10001 1001001 1001100 1001110 100 0 1000110 10110111 111111 10010

Color Harmonies of #11494C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11494C

Black with #11494C

Text Example


Text Example

White with #11494C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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