Html Css Color HEX #117482 Allports

📋 copy color: '#117482'

red 17 ◦ green 116 ◦ blue 130

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

Shades of Allports #117482

Tints of Allports #117482

RGB

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

 GREEN value IS 116 (45.7% from 255) = 44.11%

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

R = 6.46%
G = 44.11%
B = 49.43%

CMYK

 C value IS 0.87

 M value IS 0.11

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#117482 (or 0x117482) is known color: Allports. HEX triplet: 11, 74 and 82. RGB value is (17,116,130). Sum of RGB (Red+Green+Blue) = 17+116+130=263 (34% of max value = 765). Red value is 17 (7.03% from 255 or 6.46% from 263); Green value is 116 (45.70% from 255 or 44.11% from 263); Blue value is 130 (51.17% from 255 or 49.43% from 263); Max value from RGB is 130 - color contains mainly: blue. Hex color #117482 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #117482 is #EE8B7D. Grayscale: #575757. Windows color (decimal): -15633278 or 8549393. OLE color: 8549393.

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

Color convert

RGB 17 116 130 -
CMYK 0.87 0.11 0 0.49
HSL 187.43º 0.77% 0.29% -
HSV(B) 187.43º 0.87% 0.51% -
XYZ 10.51 14.22 23.31 -
YUV 88 151.7 77.36 -
System Red Green Blue C M Y K H S L
Decimal 17 116 130 0.87 0.11 0 0.49 187.43 0.77 0.29
Hex 11 74 82 57 B 0 31 BB 4D 1D
Octal 21 164 202 127 13 0 61 273 115 35
Binary 10001 1110100 10000010 1010111 1011 0 110001 10111011 1001101 11101

Color Harmonies of #117482

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #117482

Black with #117482

Text Example


Text Example

White with #117482

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #117482; }

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

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

background-color css

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

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

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

border-color css

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

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

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