Html Css Color HEX #116992 Allports

📋 copy color: '#116992'

red 17 ◦ green 105 ◦ blue 146

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

Shades of Allports #116992

Tints of Allports #116992

RGB

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

 GREEN value IS 105 (41.41% from 255) = 39.18%

 BLUE value IS 146 (57.42% from 255) = 54.48%

R = 6.34%
G = 39.18%
B = 54.48%

CMYK

 C value IS 0.88

 M value IS 0.28

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#116992 (or 0x116992) is known color: Allports. HEX triplet: 11, 69 and 92. RGB value is (17,105,146). Sum of RGB (Red+Green+Blue) = 17+105+146=268 (35% of max value = 765). Red value is 17 (7.03% from 255 or 6.34% from 268); Green value is 105 (41.41% from 255 or 39.18% from 268); Blue value is 146 (57.42% from 255 or 54.48% from 268); Max value from RGB is 146 - color contains mainly: blue. Hex color #116992 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #116992 is #EE966D. Grayscale: #535353. Windows color (decimal): -15636078 or 9595153. OLE color: 9595153.

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

Color convert

RGB 17 105 146 -
CMYK 0.88 0.28 0 0.43
HSL 199.07º 0.79% 0.32% -
HSV(B) 199.07º 0.88% 0.57% -
XYZ 10.47 12.3 29.02 -
YUV 83.36 163.35 80.67 -
System Red Green Blue C M Y K H S L
Decimal 17 105 146 0.88 0.28 0 0.43 199.07 0.79 0.32
Hex 11 69 92 58 1C 0 2B C7 4F 20
Octal 21 151 222 130 34 0 53 307 117 40
Binary 10001 1101001 10010010 1011000 11100 0 101011 11000111 1001111 100000

Color Harmonies of #116992

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #116992

Black with #116992

Text Example


Text Example

White with #116992

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #116992; }

 p { color: rgb(17,105,146); }

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

background-color css

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

 a { background-color: rgb(17,105,146); }

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

border-color css

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

 span { border-color: rgb(17,105,146); }

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