Html Css Color HEX #117383 Allports

📋 copy color: '#117383'

red 17 ◦ green 115 ◦ blue 131

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

Shades of Allports #117383

Tints of Allports #117383

RGB

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

 GREEN value IS 115 (45.31% from 255) = 43.73%

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

R = 6.46%
G = 43.73%
B = 49.81%

CMYK

 C value IS 0.87

 M value IS 0.12

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#117383 (or 0x117383) is known color: Allports. HEX triplet: 11, 73 and 83. RGB value is (17,115,131). Sum of RGB (Red+Green+Blue) = 17+115+131=263 (34% of max value = 765). Red value is 17 (7.03% from 255 or 6.46% from 263); Green value is 115 (45.31% from 255 or 43.73% from 263); Blue value is 131 (51.56% from 255 or 49.81% from 263); Max value from RGB is 131 - color contains mainly: blue. Hex color #117383 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #117383 is #EE8C7C. Grayscale: #575757. Windows color (decimal): -15633533 or 8614673. OLE color: 8614673.

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

Color convert

RGB 17 115 131 -
CMYK 0.87 0.12 0 0.49
HSL 188.42º 0.77% 0.29% -
HSV(B) 188.42º 0.87% 0.51% -
XYZ 10.46 14.02 23.63 -
YUV 87.52 152.53 77.7 -
System Red Green Blue C M Y K H S L
Decimal 17 115 131 0.87 0.12 0 0.49 188.42 0.77 0.29
Hex 11 73 83 57 C 0 31 BC 4D 1D
Octal 21 163 203 127 14 0 61 274 115 35
Binary 10001 1110011 10000011 1010111 1100 0 110001 10111100 1001101 11101

Color Harmonies of #117383

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #117383

Black with #117383

Text Example


Text Example

White with #117383

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #117383; }

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

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

background-color css

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

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

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

border-color css

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

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

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