Html Css Color HEX #117590 Allports

📋 copy color: '#117590'

red 17 ◦ green 117 ◦ blue 144

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

Shades of Allports #117590

Tints of Allports #117590

RGB

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

 GREEN value IS 117 (46.09% from 255) = 42.09%

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

R = 6.12%
G = 42.09%
B = 51.8%

CMYK

 C value IS 0.88

 M value IS 0.19

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#117590 (or 0x117590) is known color: Allports. HEX triplet: 11, 75 and 90. RGB value is (17,117,144). Sum of RGB (Red+Green+Blue) = 17+117+144=278 (36% of max value = 765). Red value is 17 (7.03% from 255 or 6.12% from 278); Green value is 117 (46.09% from 255 or 42.09% from 278); Blue value is 144 (56.64% from 255 or 51.80% from 278); Max value from RGB is 144 - color contains mainly: blue. Hex color #117590 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #117590 is #EE8A6F. Grayscale: #595959. Windows color (decimal): -15633008 or 9467153. OLE color: 9467153.

HSL color Cylindrical-coordinate representation of color #117590: hue angle of 192.76º 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 #117590 is Cyan = 0.88, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 17 117 144 -
CMYK 0.88 0.19 0 0.44
HSL 192.76º 0.79% 0.32% -
HSV(B) 192.76º 0.88% 0.56% -
XYZ 11.63 14.86 28.64 -
YUV 90.18 158.37 75.8 -
System Red Green Blue C M Y K H S L
Decimal 17 117 144 0.88 0.19 0 0.44 192.76 0.79 0.32
Hex 11 75 90 58 13 0 2C C1 4F 20
Octal 21 165 220 130 23 0 54 301 117 40
Binary 10001 1110101 10010000 1011000 10011 0 101100 11000001 1001111 100000

Color Harmonies of #117590

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #117590

Black with #117590

Text Example


Text Example

White with #117590

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #117590; }

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

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

background-color css

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

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

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

border-color css

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

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

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