Html Css Color HEX #117690 Allports

📋 copy color: '#117690'

red 17 ◦ green 118 ◦ blue 144

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

Shades of Allports #117690

Tints of Allports #117690

RGB

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

 GREEN value IS 118 (46.48% from 255) = 42.29%

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

R = 6.09%
G = 42.29%
B = 51.61%

CMYK

 C value IS 0.88

 M value IS 0.18

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#117690 (or 0x117690) is known color: Allports. HEX triplet: 11, 76 and 90. RGB value is (17,118,144). Sum of RGB (Red+Green+Blue) = 17+118+144=279 (36% of max value = 765). Red value is 17 (7.03% from 255 or 6.09% from 279); Green value is 118 (46.48% from 255 or 42.29% from 279); Blue value is 144 (56.64% from 255 or 51.61% from 279); Max value from RGB is 144 - color contains mainly: blue. Hex color #117690 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #117690 is #EE896F. Grayscale: #5A5A5A. Windows color (decimal): -15632752 or 9467409. OLE color: 9467409.

HSL color Cylindrical-coordinate representation of color #117690: hue angle of 192.28º 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 #117690 is Cyan = 0.88, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 17 118 144 -
CMYK 0.88 0.18 0 0.44
HSL 192.28º 0.79% 0.32% -
HSV(B) 192.28º 0.88% 0.56% -
XYZ 11.74 15.09 28.68 -
YUV 90.77 158.04 75.39 -
System Red Green Blue C M Y K H S L
Decimal 17 118 144 0.88 0.18 0 0.44 192.28 0.79 0.32
Hex 11 76 90 58 12 0 2C C0 4F 20
Octal 21 166 220 130 22 0 54 300 117 40
Binary 10001 1110110 10010000 1011000 10010 0 101100 11000000 1001111 100000

Color Harmonies of #117690

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #117690

Black with #117690

Text Example


Text Example

White with #117690

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #117690; }

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

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

background-color css

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

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

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

border-color css

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

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

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