Html Css Color HEX #116474 Allports

📋 copy color: '#116474'

red 17 ◦ green 100 ◦ blue 116

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

Shades of Allports #116474

Tints of Allports #116474

RGB

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

 GREEN value IS 100 (39.45% from 255) = 42.92%

 BLUE value IS 116 (45.7% from 255) = 49.79%

R = 7.3%
G = 42.92%
B = 49.79%

CMYK

 C value IS 0.85

 M value IS 0.14

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#116474 (or 0x116474) is known color: Allports. HEX triplet: 11, 64 and 74. RGB value is (17,100,116). Sum of RGB (Red+Green+Blue) = 17+100+116=233 (30% of max value = 765). Red value is 17 (7.03% from 255 or 7.30% from 233); Green value is 100 (39.45% from 255 or 42.92% from 233); Blue value is 116 (45.70% from 255 or 49.79% from 233); Max value from RGB is 116 - color contains mainly: blue. Hex color #116474 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #116474 is #EE9B8B. Grayscale: #4C4C4C. Windows color (decimal): -15637388 or 7627793. OLE color: 7627793.

HSL color Cylindrical-coordinate representation of color #116474: hue angle of 189.7º degrees, saturation: 0.74, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #116474 is Cyan = 0.85, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 17 100 116 -
CMYK 0.85 0.14 0 0.55
HSL 189.7º 0.74% 0.26% -
HSV(B) 189.7º 0.85% 0.45% -
XYZ 7.94 10.49 18.13 -
YUV 77.01 150 85.2 -
System Red Green Blue C M Y K H S L
Decimal 17 100 116 0.85 0.14 0 0.55 189.7 0.74 0.26
Hex 11 64 74 55 E 0 37 BE 4A 1A
Octal 21 144 164 125 16 0 67 276 112 32
Binary 10001 1100100 1110100 1010101 1110 0 110111 10111110 1001010 11010

Color Harmonies of #116474

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #116474

Black with #116474

Text Example


Text Example

White with #116474

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #116474; }

 p { color: rgb(17,100,116); }

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

background-color css

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

 a { background-color: rgb(17,100,116); }

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

border-color css

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

 span { border-color: rgb(17,100,116); }

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