Html Css Color HEX #117290 Allports

📋 copy color: '#117290'

red 17 ◦ green 114 ◦ blue 144

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

Shades of Allports #117290

Tints of Allports #117290

RGB

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

 GREEN value IS 114 (44.92% from 255) = 41.45%

 BLUE value IS 144 (56.64% from 255) = 52.36%

R = 6.18%
G = 41.45%
B = 52.36%

CMYK

 C value IS 0.88

 M value IS 0.21

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#117290 (or 0x117290) is known color: Allports. HEX triplet: 11, 72 and 90. RGB value is (17,114,144). Sum of RGB (Red+Green+Blue) = 17+114+144=275 (36% of max value = 765). Red value is 17 (7.03% from 255 or 6.18% from 275); Green value is 114 (44.92% from 255 or 41.45% from 275); Blue value is 144 (56.64% from 255 or 52.36% from 275); Max value from RGB is 144 - color contains mainly: blue. Hex color #117290 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #117290 is #EE8D6F. Grayscale: #585858. Windows color (decimal): -15633776 or 9466385. OLE color: 9466385.

HSL color Cylindrical-coordinate representation of color #117290: hue angle of 194.17º degrees, saturation: 0.79, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #117290 is Cyan = 0.88, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 17 114 144 -
CMYK 0.88 0.21 0 0.44
HSL 194.17º 0.79% 0.32% -
HSV(B) 194.17º 0.88% 0.56% -
XYZ 11.28 14.17 28.53 -
YUV 88.42 159.36 77.06 -
System Red Green Blue C M Y K H S L
Decimal 17 114 144 0.88 0.21 0 0.44 194.17 0.79 0.32
Hex 11 72 90 58 15 0 2C C2 4F 20
Octal 21 162 220 130 25 0 54 302 117 40
Binary 10001 1110010 10010000 1011000 10101 0 101100 11000010 1001111 100000

Color Harmonies of #117290

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #117290

Black with #117290

Text Example


Text Example

White with #117290

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #117290; }

 p { color: rgb(17,114,144); }

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

background-color css

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

 a { background-color: rgb(17,114,144); }

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

border-color css

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

 span { border-color: rgb(17,114,144); }

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