Html Css Color HEX #116384 Allports

📋 copy color: '#116384'

red 17 ◦ green 99 ◦ blue 132

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

Shades of Allports #116384

Tints of Allports #116384

RGB

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

 GREEN value IS 99 (39.06% from 255) = 39.92%

 BLUE value IS 132 (51.95% from 255) = 53.23%

R = 6.85%
G = 39.92%
B = 53.23%

CMYK

 C value IS 0.87

 M value IS 0.25

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#116384 (or 0x116384) is known color: Allports. HEX triplet: 11, 63 and 84. RGB value is (17,99,132). Sum of RGB (Red+Green+Blue) = 17+99+132=248 (32% of max value = 765). Red value is 17 (7.03% from 255 or 6.85% from 248); Green value is 99 (39.06% from 255 or 39.92% from 248); Blue value is 132 (51.95% from 255 or 53.23% from 248); Max value from RGB is 132 - color contains mainly: blue. Hex color #116384 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #116384 is #EE9C7B. Grayscale: #4E4E4E. Windows color (decimal): -15637628 or 8676113. OLE color: 8676113.

HSL color Cylindrical-coordinate representation of color #116384: hue angle of 197.22º degrees, saturation: 0.77, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #116384 is Cyan = 0.87, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 17 99 132 -
CMYK 0.87 0.25 0 0.48
HSL 197.22º 0.77% 0.29% -
HSV(B) 197.22º 0.87% 0.52% -
XYZ 8.86 10.71 23.43 -
YUV 78.24 158.33 84.32 -
System Red Green Blue C M Y K H S L
Decimal 17 99 132 0.87 0.25 0 0.48 197.22 0.77 0.29
Hex 11 63 84 57 19 0 30 C5 4D 1D
Octal 21 143 204 127 31 0 60 305 115 35
Binary 10001 1100011 10000100 1010111 11001 0 110000 11000101 1001101 11101

Color Harmonies of #116384

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #116384

Black with #116384

Text Example


Text Example

White with #116384

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #116384; }

 p { color: rgb(17,99,132); }

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

background-color css

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

 a { background-color: rgb(17,99,132); }

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

border-color css

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

 span { border-color: rgb(17,99,132); }

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