Html Css Color HEX #117083 Allports

📋 copy color: '#117083'

red 17 ◦ green 112 ◦ blue 131

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

Shades of Allports #117083

Tints of Allports #117083

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 50.38%

R = 6.54%
G = 43.08%
B = 50.38%

CMYK

 C value IS 0.87

 M value IS 0.15

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#117083 (or 0x117083) is known color: Allports. HEX triplet: 11, 70 and 83. RGB value is (17,112,131). Sum of RGB (Red+Green+Blue) = 17+112+131=260 (34% of max value = 765). Red value is 17 (7.03% from 255 or 6.54% from 260); Green value is 112 (44.14% from 255 or 43.08% from 260); Blue value is 131 (51.56% from 255 or 50.38% from 260); Max value from RGB is 131 - color contains mainly: blue. Hex color #117083 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #117083 is #EE8F7C. Grayscale: #555555. Windows color (decimal): -15634301 or 8613905. OLE color: 8613905.

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

Color convert

RGB 17 112 131 -
CMYK 0.87 0.15 0 0.49
HSL 190º 0.77% 0.29% -
HSV(B) 190º 0.87% 0.51% -
XYZ 10.12 13.35 23.52 -
YUV 85.76 153.53 78.96 -
System Red Green Blue C M Y K H S L
Decimal 17 112 131 0.87 0.15 0 0.49 190 0.77 0.29
Hex 11 70 83 57 F 0 31 BE 4D 1D
Octal 21 160 203 127 17 0 61 276 115 35
Binary 10001 1110000 10000011 1010111 1111 0 110001 10111110 1001101 11101

Color Harmonies of #117083

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #117083

Black with #117083

Text Example


Text Example

White with #117083

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #117083; }

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

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

background-color css

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

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

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

border-color css

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

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

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