Html Css Color HEX #116590 Allports

📋 copy color: '#116590'

red 17 ◦ green 101 ◦ blue 144

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

Shades of Allports #116590

Tints of Allports #116590

RGB

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

 GREEN value IS 101 (39.84% from 255) = 38.55%

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

R = 6.49%
G = 38.55%
B = 54.96%

CMYK

 C value IS 0.88

 M value IS 0.30

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#116590 (or 0x116590) is known color: Allports. HEX triplet: 11, 65 and 90. RGB value is (17,101,144). Sum of RGB (Red+Green+Blue) = 17+101+144=262 (34% of max value = 765). Red value is 17 (7.03% from 255 or 6.49% from 262); Green value is 101 (39.84% from 255 or 38.55% from 262); Blue value is 144 (56.64% from 255 or 54.96% from 262); Max value from RGB is 144 - color contains mainly: blue. Hex color #116590 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #116590 is #EE9A6F. Grayscale: #505050. Windows color (decimal): -15637104 or 9463057. OLE color: 9463057.

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

Color convert

RGB 17 101 144 -
CMYK 0.88 0.30 0 0.44
HSL 200.32º 0.79% 0.32% -
HSV(B) 200.32º 0.88% 0.56% -
XYZ 9.92 11.44 28.07 -
YUV 80.79 163.67 82.5 -
System Red Green Blue C M Y K H S L
Decimal 17 101 144 0.88 0.30 0 0.44 200.32 0.79 0.32
Hex 11 65 90 58 1E 0 2C C8 4F 20
Octal 21 145 220 130 36 0 54 310 117 40
Binary 10001 1100101 10010000 1011000 11110 0 101100 11001000 1001111 100000

Color Harmonies of #116590

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #116590

Black with #116590

Text Example


Text Example

White with #116590

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #116590; }

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

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

background-color css

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

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

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

border-color css

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

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

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