Html Css Color HEX #11474E Cyprus

📋 copy color: '#11474E'

red 17 ◦ green 71 ◦ blue 78

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

Shades of Cyprus #11474E

Tints of Cyprus #11474E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 46.99%

R = 10.24%
G = 42.77%
B = 46.99%

CMYK

 C value IS 0.78

 M value IS 0.09

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#11474E (or 0x11474E) is known color: Cyprus. HEX triplet: 11, 47 and 4E. RGB value is (17,71,78). Sum of RGB (Red+Green+Blue) = 17+71+78=166 (21% of max value = 765). Red value is 17 (7.03% from 255 or 10.24% from 166); Green value is 71 (28.12% from 255 or 42.77% from 166); Blue value is 78 (30.86% from 255 or 46.99% from 166); Max value from RGB is 78 - color contains mainly: blue. Hex color #11474E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #11474E is #EEB8B1. Grayscale: #373737. Windows color (decimal): -15644850 or 5130001. OLE color: 5130001.

HSL color Cylindrical-coordinate representation of color #11474E: hue angle of 186.89º degrees, saturation: 0.64, 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 #11474E is Cyan = 0.78, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 17 71 78 -
CMYK 0.78 0.09 0 0.69
HSL 186.89º 0.64% 0.19% -
HSV(B) 186.89º 0.78% 0.31% -
XYZ 3.86 5.18 8 -
YUV 55.65 140.61 100.43 -
System Red Green Blue C M Y K H S L
Decimal 17 71 78 0.78 0.09 0 0.69 186.89 0.64 0.19
Hex 11 47 4E 4E 9 0 45 BB 40 13
Octal 21 107 116 116 11 0 105 273 100 23
Binary 10001 1000111 1001110 1001110 1001 0 1000101 10111011 1000000 10011

Color Harmonies of #11474E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11474E

Black with #11474E

Text Example


Text Example

White with #11474E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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