Html Css Color HEX #116378 Allports

📋 copy color: '#116378'

red 17 ◦ green 99 ◦ blue 120

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

Shades of Allports #116378

Tints of Allports #116378

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 50.85%

R = 7.2%
G = 41.95%
B = 50.85%

CMYK

 C value IS 0.86

 M value IS 0.17

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#116378 (or 0x116378) is known color: Allports. HEX triplet: 11, 63 and 78. RGB value is (17,99,120). Sum of RGB (Red+Green+Blue) = 17+99+120=236 (31% of max value = 765). Red value is 17 (7.03% from 255 or 7.20% from 236); Green value is 99 (39.06% from 255 or 41.95% from 236); Blue value is 120 (47.27% from 255 or 50.85% from 236); Max value from RGB is 120 - color contains mainly: blue. Hex color #116378 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #116378 is #EE9C87. Grayscale: #4C4C4C. Windows color (decimal): -15637640 or 7889681. OLE color: 7889681.

HSL color Cylindrical-coordinate representation of color #116378: hue angle of 192.23º degrees, saturation: 0.75, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #116378 is Cyan = 0.86, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 17 99 120 -
CMYK 0.86 0.17 0 0.53
HSL 192.23º 0.75% 0.27% -
HSV(B) 192.23º 0.86% 0.47% -
XYZ 8.08 10.4 19.35 -
YUV 76.88 152.33 85.29 -
System Red Green Blue C M Y K H S L
Decimal 17 99 120 0.86 0.17 0 0.53 192.23 0.75 0.27
Hex 11 63 78 56 11 0 35 C0 4B 1B
Octal 21 143 170 126 21 0 65 300 113 33
Binary 10001 1100011 1111000 1010110 10001 0 110101 11000000 1001011 11011

Color Harmonies of #116378

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #116378

Black with #116378

Text Example


Text Example

White with #116378

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #116378; }

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

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

background-color css

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

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

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

border-color css

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

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

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