Html Css Color HEX #117193 Allports

📋 copy color: '#117193'

red 17 ◦ green 113 ◦ blue 147

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

Shades of Allports #117193

Tints of Allports #117193

RGB

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

 GREEN value IS 113 (44.53% from 255) = 40.79%

 BLUE value IS 147 (57.81% from 255) = 53.07%

R = 6.14%
G = 40.79%
B = 53.07%

CMYK

 C value IS 0.88

 M value IS 0.23

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#117193 (or 0x117193) is known color: Allports. HEX triplet: 11, 71 and 93. RGB value is (17,113,147). Sum of RGB (Red+Green+Blue) = 17+113+147=277 (36% of max value = 765). Red value is 17 (7.03% from 255 or 6.14% from 277); Green value is 113 (44.53% from 255 or 40.79% from 277); Blue value is 147 (57.81% from 255 or 53.07% from 277); Max value from RGB is 147 - color contains mainly: blue. Hex color #117193 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #117193 is #EE8E6C. Grayscale: #575757. Windows color (decimal): -15634029 or 9662737. OLE color: 9662737.

HSL color Cylindrical-coordinate representation of color #117193: hue angle of 195.69º degrees, saturation: 0.79, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #117193 is Cyan = 0.88, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 17 113 147 -
CMYK 0.88 0.23 0 0.42
HSL 195.69º 0.79% 0.32% -
HSV(B) 195.69º 0.88% 0.58% -
XYZ 11.4 14.04 29.71 -
YUV 88.17 161.2 77.24 -
System Red Green Blue C M Y K H S L
Decimal 17 113 147 0.88 0.23 0 0.42 195.69 0.79 0.32
Hex 11 71 93 58 17 0 2A C4 4F 20
Octal 21 161 223 130 27 0 52 304 117 40
Binary 10001 1110001 10010011 1011000 10111 0 101010 11000100 1001111 100000

Color Harmonies of #117193

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #117193

Black with #117193

Text Example


Text Example

White with #117193

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #117193; }

 p { color: rgb(17,113,147); }

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

background-color css

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

 a { background-color: rgb(17,113,147); }

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

border-color css

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

 span { border-color: rgb(17,113,147); }

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