#107788

Color #107788 Allports (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Allports #107788

Tints of Allports #107788

Color information

#107788 (or 0x107788) is unknown color: approx Allports. HEX triplet: 10, 77 and 88. RGB value is (16,119,136). Sum of RGB (Red+Green+Blue) = 16+119+136=271 (35% of max value = 765). Red value is 16 (6.64% from 255 or 5.90% from 271); Green value is 119 (46.88% from 255 or 43.91% from 271); Blue value is 136 (53.52% from 255 or 50.18% from 271); Max value from RGB is 136 - color contains mainly: blue. Hex color #107788 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #107788 is #EF8877. Grayscale: #595959. Windows color (decimal): -15698040 or 8943376. OLE color: 8943376.

HSL color Cylindrical-coordinate representation of color #107788: hue angle of 188.5º degrees, saturation: 0.79, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #107788 is Cyan = 0.88, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB16119136-
CMYK0.880.1200.47
HSL188.5º78.95%29.8%-
HSV(B)188.5º88.24%53.33%-
XYZ11.2515.0825.61-
YUV90.14153.8875.12-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 5.90%
GREEN value IS 119 (46.88% from 255) = 43.91%
BLUE value IS 136 (53.52% from 255) = 50.18%
R=5.90%
G=43.91%
B=50.18%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal161191360.880.1200.47188.578.9529.8
Hex10778858C02Fbc4f1e
Octal201672101301405727411736
Binary1000011101111000100010110001100010111110111100100111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #107788

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #107788; }

 p { color: rgb(16,119,136); }

 H1.HeaderClassName
 {
   color: #107788;
 }
 .AnyTagClassName
 {
   color: #107788;
 }
</style>
background-color css

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

 a { background-color: rgb(16,119,136); }

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

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

 span { border-color: rgb(16,119,136); }

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