Html Css Color HEX #116796 Allports

📋 copy color: '#116796'

red 17 ◦ green 103 ◦ blue 150

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

Shades of Allports #116796

Tints of Allports #116796

RGB

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

 GREEN value IS 103 (40.63% from 255) = 38.15%

 BLUE value IS 150 (58.98% from 255) = 55.56%

R = 6.3%
G = 38.15%
B = 55.56%

CMYK

 C value IS 0.89

 M value IS 0.31

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#116796 (or 0x116796) is known color: Allports. HEX triplet: 11, 67 and 96. RGB value is (17,103,150). Sum of RGB (Red+Green+Blue) = 17+103+150=270 (35% of max value = 765). Red value is 17 (7.03% from 255 or 6.30% from 270); Green value is 103 (40.62% from 255 or 38.15% from 270); Blue value is 150 (58.98% from 255 or 55.56% from 270); Max value from RGB is 150 - color contains mainly: blue. Hex color #116796 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #116796 is #EE9869. Grayscale: #525252. Windows color (decimal): -15636586 or 9856785. OLE color: 9856785.

HSL color Cylindrical-coordinate representation of color #116796: hue angle of 201.2º degrees, saturation: 0.8, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #116796 is Cyan = 0.89, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 17 103 150 -
CMYK 0.89 0.31 0 0.41
HSL 201.2º 0.8% 0.33% -
HSV(B) 201.2º 0.89% 0.59% -
XYZ 10.59 12.02 30.62 -
YUV 82.64 166.01 81.18 -
System Red Green Blue C M Y K H S L
Decimal 17 103 150 0.89 0.31 0 0.41 201.2 0.8 0.33
Hex 11 67 96 59 1F 0 29 C9 50 21
Octal 21 147 226 131 37 0 51 311 120 41
Binary 10001 1100111 10010110 1011001 11111 0 101001 11001001 1010000 100001

Color Harmonies of #116796

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #116796

Black with #116796

Text Example


Text Example

White with #116796

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #116796; }

 p { color: rgb(17,103,150); }

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

background-color css

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

 a { background-color: rgb(17,103,150); }

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

border-color css

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

 span { border-color: rgb(17,103,150); }

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