Html Css Color HEX #117082 Allports

📋 copy color: '#117082'

red 17 ◦ green 112 ◦ blue 130

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

Shades of Allports #117082

Tints of Allports #117082

RGB

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

 GREEN value IS 112 (44.14% from 255) = 43.24%

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

R = 6.56%
G = 43.24%
B = 50.19%

CMYK

 C value IS 0.87

 M value IS 0.14

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#117082 (or 0x117082) is known color: Allports. HEX triplet: 11, 70 and 82. RGB value is (17,112,130). Sum of RGB (Red+Green+Blue) = 17+112+130=259 (34% of max value = 765). Red value is 17 (7.03% from 255 or 6.56% from 259); Green value is 112 (44.14% from 255 or 43.24% from 259); Blue value is 130 (51.17% from 255 or 50.19% from 259); Max value from RGB is 130 - color contains mainly: blue. Hex color #117082 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #117082 is #EE8F7D. Grayscale: #555555. Windows color (decimal): -15634302 or 8548369. OLE color: 8548369.

HSL color Cylindrical-coordinate representation of color #117082: hue angle of 189.56º 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 #117082 is Cyan = 0.87, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 17 112 130 -
CMYK 0.87 0.14 0 0.49
HSL 189.56º 0.77% 0.29% -
HSV(B) 189.56º 0.87% 0.51% -
XYZ 10.05 13.32 23.16 -
YUV 85.65 153.03 79.04 -
System Red Green Blue C M Y K H S L
Decimal 17 112 130 0.87 0.14 0 0.49 189.56 0.77 0.29
Hex 11 70 82 57 E 0 31 BE 4D 1D
Octal 21 160 202 127 16 0 61 276 115 35
Binary 10001 1110000 10000010 1010111 1110 0 110001 10111110 1001101 11101

Color Harmonies of #117082

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #117082

Black with #117082

Text Example


Text Example

White with #117082

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #117082; }

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

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

background-color css

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

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

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

border-color css

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

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

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