Html Css Color HEX #116990 Allports

📋 copy color: '#116990'

red 17 ◦ green 105 ◦ blue 144

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

Shades of Allports #116990

Tints of Allports #116990

RGB

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

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

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

R = 6.39%
G = 39.47%
B = 54.14%

CMYK

 C value IS 0.88

 M value IS 0.27

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#116990 (or 0x116990) is known color: Allports. HEX triplet: 11, 69 and 90. RGB value is (17,105,144). Sum of RGB (Red+Green+Blue) = 17+105+144=266 (35% of max value = 765). Red value is 17 (7.03% from 255 or 6.39% from 266); Green value is 105 (41.41% from 255 or 39.47% from 266); Blue value is 144 (56.64% from 255 or 54.14% from 266); Max value from RGB is 144 - color contains mainly: blue. Hex color #116990 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #116990 is #EE966F. Grayscale: #525252. Windows color (decimal): -15636080 or 9464081. OLE color: 9464081.

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

Color convert

RGB 17 105 144 -
CMYK 0.88 0.27 0 0.44
HSL 198.43º 0.79% 0.32% -
HSV(B) 198.43º 0.88% 0.56% -
XYZ 10.32 12.24 28.2 -
YUV 83.13 162.35 80.83 -
System Red Green Blue C M Y K H S L
Decimal 17 105 144 0.88 0.27 0 0.44 198.43 0.79 0.32
Hex 11 69 90 58 1B 0 2C C6 4F 20
Octal 21 151 220 130 33 0 54 306 117 40
Binary 10001 1101001 10010000 1011000 11011 0 101100 11000110 1001111 100000

Color Harmonies of #116990

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #116990

Black with #116990

Text Example


Text Example

White with #116990

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #116990; }

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

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

background-color css

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

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

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

border-color css

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

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

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