Html Css Color HEX #117081 Allports

📋 copy color: '#117081'

red 17 ◦ green 112 ◦ blue 129

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

Shades of Allports #117081

Tints of Allports #117081

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 50%

R = 6.59%
G = 43.41%
B = 50%

CMYK

 C value IS 0.87

 M value IS 0.13

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#117081 (or 0x117081) is known color: Allports. HEX triplet: 11, 70 and 81. RGB value is (17,112,129). Sum of RGB (Red+Green+Blue) = 17+112+129=258 (34% of max value = 765). Red value is 17 (7.03% from 255 or 6.59% from 258); Green value is 112 (44.14% from 255 or 43.41% from 258); Blue value is 129 (50.78% from 255 or 50% from 258); Max value from RGB is 129 - color contains mainly: blue. Hex color #117081 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #117081 is #EE8F7E. Grayscale: #555555. Windows color (decimal): -15634303 or 8482833. OLE color: 8482833.

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

Color convert

RGB 17 112 129 -
CMYK 0.87 0.13 0 0.49
HSL 189.11º 0.77% 0.29% -
HSV(B) 189.11º 0.87% 0.51% -
XYZ 9.99 13.29 22.81 -
YUV 85.53 152.53 79.12 -
System Red Green Blue C M Y K H S L
Decimal 17 112 129 0.87 0.13 0 0.49 189.11 0.77 0.29
Hex 11 70 81 57 D 0 31 BD 4D 1D
Octal 21 160 201 127 15 0 61 275 115 35
Binary 10001 1110000 10000001 1010111 1101 0 110001 10111101 1001101 11101

Color Harmonies of #117081

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #117081

Black with #117081

Text Example


Text Example

White with #117081

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #117081; }

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

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

background-color css

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

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

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

border-color css

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

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

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