Html Css Color HEX #116994 Allports

📋 copy color: '#116994'

red 17 ◦ green 105 ◦ blue 148

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

Shades of Allports #116994

Tints of Allports #116994

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 54.81%

R = 6.3%
G = 38.89%
B = 54.81%

CMYK

 C value IS 0.89

 M value IS 0.29

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#116994 (or 0x116994) is known color: Allports. HEX triplet: 11, 69 and 94. RGB value is (17,105,148). Sum of RGB (Red+Green+Blue) = 17+105+148=270 (35% of max value = 765). Red value is 17 (7.03% from 255 or 6.30% from 270); Green value is 105 (41.41% from 255 or 38.89% from 270); Blue value is 148 (58.20% from 255 or 54.81% from 270); Max value from RGB is 148 - color contains mainly: blue. Hex color #116994 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #116994 is #EE966B. Grayscale: #535353. Windows color (decimal): -15636076 or 9726225. OLE color: 9726225.

HSL color Cylindrical-coordinate representation of color #116994: hue angle of 199.69º degrees, saturation: 0.79, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #116994 is Cyan = 0.89, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 17 105 148 -
CMYK 0.89 0.29 0 0.42
HSL 199.69º 0.79% 0.32% -
HSV(B) 199.69º 0.89% 0.58% -
XYZ 10.63 12.36 29.84 -
YUV 83.59 164.35 80.5 -
System Red Green Blue C M Y K H S L
Decimal 17 105 148 0.89 0.29 0 0.42 199.69 0.79 0.32
Hex 11 69 94 59 1D 0 2A C8 4F 20
Octal 21 151 224 131 35 0 52 310 117 40
Binary 10001 1101001 10010100 1011001 11101 0 101010 11001000 1001111 100000

Color Harmonies of #116994

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #116994

Black with #116994

Text Example


Text Example

White with #116994

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #116994; }

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

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

background-color css

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

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

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

border-color css

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

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

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