Html Css Color HEX #117582 Allports

📋 copy color: '#117582'

red 17 ◦ green 117 ◦ blue 130

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

Shades of Allports #117582

Tints of Allports #117582

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 49.24%

R = 6.44%
G = 44.32%
B = 49.24%

CMYK

 C value IS 0.87

 M value IS 0.1

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#117582 (or 0x117582) is known color: Allports. HEX triplet: 11, 75 and 82. RGB value is (17,117,130). Sum of RGB (Red+Green+Blue) = 17+117+130=264 (34% of max value = 765). Red value is 17 (7.03% from 255 or 6.44% from 264); Green value is 117 (46.09% from 255 or 44.32% from 264); Blue value is 130 (51.17% from 255 or 49.24% from 264); Max value from RGB is 130 - color contains mainly: blue. Hex color #117582 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #117582 is #EE8A7D. Grayscale: #585858. Windows color (decimal): -15633022 or 8549649. OLE color: 8549649.

HSL color Cylindrical-coordinate representation of color #117582: hue angle of 186.9º degrees, saturation: 0.77, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #117582 is Cyan = 0.87, Magento = 0.1, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 17 117 130 -
CMYK 0.87 0.1 0 0.49
HSL 186.9º 0.77% 0.29% -
HSV(B) 186.9º 0.87% 0.51% -
XYZ 10.62 14.45 23.35 -
YUV 88.58 151.37 76.94 -
System Red Green Blue C M Y K H S L
Decimal 17 117 130 0.87 0.1 0 0.49 186.9 0.77 0.29
Hex 11 75 82 57 A 0 31 BB 4D 1D
Octal 21 165 202 127 12 0 61 273 115 35
Binary 10001 1110101 10000010 1010111 1010 0 110001 10111011 1001101 11101

Color Harmonies of #117582

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #117582

Black with #117582

Text Example


Text Example

White with #117582

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #117582; }

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

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

background-color css

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

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

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

border-color css

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

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

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