Html Css Color HEX #11778D Allports

📋 copy color: '#11778D'

red 17 ◦ green 119 ◦ blue 141

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

Shades of Allports #11778D

Tints of Allports #11778D

RGB

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

 GREEN value IS 119 (46.88% from 255) = 42.96%

 BLUE value IS 141 (55.47% from 255) = 50.9%

R = 6.14%
G = 42.96%
B = 50.9%

CMYK

 C value IS 0.88

 M value IS 0.16

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#11778D (or 0x11778D) is known color: Allports. HEX triplet: 11, 77 and 8D. RGB value is (17,119,141). Sum of RGB (Red+Green+Blue) = 17+119+141=277 (36% of max value = 765). Red value is 17 (7.03% from 255 or 6.14% from 277); Green value is 119 (46.88% from 255 or 42.96% from 277); Blue value is 141 (55.47% from 255 or 50.90% from 277); Max value from RGB is 141 - color contains mainly: blue. Hex color #11778D is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #11778D is #EE8872. Grayscale: #5A5A5A. Windows color (decimal): -15632499 or 9271057. OLE color: 9271057.

HSL color Cylindrical-coordinate representation of color #11778D: hue angle of 190.65º degrees, saturation: 0.78, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #11778D is Cyan = 0.88, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 17 119 141 -
CMYK 0.88 0.16 0 0.45
HSL 190.65º 0.78% 0.31% -
HSV(B) 190.65º 0.88% 0.55% -
XYZ 11.64 15.24 27.53 -
YUV 91.01 156.21 75.21 -
System Red Green Blue C M Y K H S L
Decimal 17 119 141 0.88 0.16 0 0.45 190.65 0.78 0.31
Hex 11 77 8D 58 10 0 2D BF 4E 1F
Octal 21 167 215 130 20 0 55 277 116 37
Binary 10001 1110111 10001101 1011000 10000 0 101101 10111111 1001110 11111

Color Harmonies of #11778D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11778D

Black with #11778D

Text Example


Text Example

White with #11778D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(17,119,141); }

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

background-color css

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

 a { background-color: rgb(17,119,141); }

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

border-color css

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

 span { border-color: rgb(17,119,141); }

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