Html Css Color HEX #11494F Cyprus

📋 copy color: '#11494F'

red 17 ◦ green 73 ◦ blue 79

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

Shades of Cyprus #11494F

Tints of Cyprus #11494F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 46.75%

R = 10.06%
G = 43.2%
B = 46.75%

CMYK

 C value IS 0.78

 M value IS 0.08

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#11494F (or 0x11494F) is known color: Cyprus. HEX triplet: 11, 49 and 4F. RGB value is (17,73,79). Sum of RGB (Red+Green+Blue) = 17+73+79=169 (22% of max value = 765). Red value is 17 (7.03% from 255 or 10.06% from 169); Green value is 73 (28.91% from 255 or 43.20% from 169); Blue value is 79 (31.25% from 255 or 46.75% from 169); Max value from RGB is 79 - color contains mainly: blue. Hex color #11494F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #11494F is #EEB6B0. Grayscale: #383838. Windows color (decimal): -15644337 or 5196049. OLE color: 5196049.

HSL color Cylindrical-coordinate representation of color #11494F: hue angle of 185.81º degrees, saturation: 0.65, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #11494F is Cyan = 0.78, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 17 73 79 -
CMYK 0.78 0.08 0 0.69
HSL 185.81º 0.65% 0.19% -
HSV(B) 185.81º 0.78% 0.31% -
XYZ 4.02 5.45 8.24 -
YUV 56.94 140.45 99.51 -
System Red Green Blue C M Y K H S L
Decimal 17 73 79 0.78 0.08 0 0.69 185.81 0.65 0.19
Hex 11 49 4F 4E 8 0 45 BA 41 13
Octal 21 111 117 116 10 0 105 272 101 23
Binary 10001 1001001 1001111 1001110 1000 0 1000101 10111010 1000001 10011

Color Harmonies of #11494F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11494F

Black with #11494F

Text Example


Text Example

White with #11494F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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