Html Css Color HEX #107788 Allports

📋 copy color: '#107788'

red 16 ◦ green 119 ◦ blue 136

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

Shades of Allports #107788

Tints of Allports #107788

RGB

 RED value IS 16 (6.64% from 255) = 5.9%

 GREEN value IS 119 (46.88% from 255) = 43.91%

 BLUE value IS 136 (53.52% from 255) = 50.18%

R = 5.9%
G = 43.91%
B = 50.18%

CMYK

 C value IS 0.88

 M value IS 0.12

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#107788 (or 0x107788) is known color: 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

RGB 16 119 136 -
CMYK 0.88 0.12 0 0.47
HSL 188.5º 0.79% 0.3% -
HSV(B) 188.5º 0.88% 0.53% -
XYZ 11.25 15.08 25.61 -
YUV 90.14 153.88 75.12 -
System Red Green Blue C M Y K H S L
Decimal 16 119 136 0.88 0.12 0 0.47 188.5 0.79 0.3
Hex 10 77 88 58 C 0 2F BC 4F 1E
Octal 20 167 210 130 14 0 57 274 117 36
Binary 10000 1110111 10001000 1011000 1100 0 101111 10111100 1001111 11110

Color Harmonies of #107788

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #107788

Black with #107788

Text Example


Text Example

White with #107788

Text Example


Text Example

HTML Codes & Css Web 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>