Html Css Color HEX #117390 Allports

📋 copy color: '#117390'

red 17 ◦ green 115 ◦ blue 144

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

Shades of Allports #117390

Tints of Allports #117390

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 52.17%

R = 6.16%
G = 41.67%
B = 52.17%

CMYK

 C value IS 0.88

 M value IS 0.20

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#117390 (or 0x117390) is known color: Allports. HEX triplet: 11, 73 and 90. RGB value is (17,115,144). Sum of RGB (Red+Green+Blue) = 17+115+144=276 (36% of max value = 765). Red value is 17 (7.03% from 255 or 6.16% from 276); Green value is 115 (45.31% from 255 or 41.67% from 276); Blue value is 144 (56.64% from 255 or 52.17% from 276); Max value from RGB is 144 - color contains mainly: blue. Hex color #117390 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #117390 is #EE8C6F. Grayscale: #585858. Windows color (decimal): -15633520 or 9466641. OLE color: 9466641.

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

Color convert

RGB 17 115 144 -
CMYK 0.88 0.20 0 0.44
HSL 193.7º 0.79% 0.32% -
HSV(B) 193.7º 0.88% 0.56% -
XYZ 11.4 14.39 28.56 -
YUV 89 159.03 76.64 -
System Red Green Blue C M Y K H S L
Decimal 17 115 144 0.88 0.20 0 0.44 193.7 0.79 0.32
Hex 11 73 90 58 14 0 2C C2 4F 20
Octal 21 163 220 130 24 0 54 302 117 40
Binary 10001 1110011 10010000 1011000 10100 0 101100 11000010 1001111 100000

Color Harmonies of #117390

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #117390

Black with #117390

Text Example


Text Example

White with #117390

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #117390; }

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

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

background-color css

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

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

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

border-color css

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

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

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