#19788B

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

Shades of Allports #19788B

Tints of Allports #19788B

Color information

#19788B (or 0x19788B) is unknown color: approx Allports. HEX triplet: 19, 78 and 8B. RGB value is (25,120,139). Sum of RGB (Red+Green+Blue) = 25+120+139=284 (37% of max value = 765). Red value is 25 (10.16% from 255 or 8.80% from 284); Green value is 120 (47.27% from 255 or 42.25% from 284); Blue value is 139 (54.69% from 255 or 48.94% from 284); Max value from RGB is 139 - color contains mainly: blue. Hex color #19788B is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #19788B is #E68774. Grayscale: #5D5D5D. Windows color (decimal): -15107957 or 9140249. OLE color: 9140249.

HSL color Cylindrical-coordinate representation of color #19788B: hue angle of 190º degrees, saturation: 0.7, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #19788B is Cyan = 0.82, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB25120139-
CMYK0.820.1400.45
HSL190º69.51%32.16%-
HSV(B)190º82.01%54.51%-
XYZ11.7815.526.8-
YUV93.76153.5378.96-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 8.80%
GREEN value IS 120 (47.27% from 255) = 42.25%
BLUE value IS 139 (54.69% from 255) = 48.94%
R=8.80%
G=42.25%
B=48.94%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal251201390.820.1400.4519069.5132.16
Hex19788B52E02Dbe4620
Octal311702131221605527610640
Binary11001111100010001011101001011100101101101111101000110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19788B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #19788B; }

 p { color: rgb(25,120,139); }

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

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

 a { background-color: rgb(25,120,139); }

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

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

 span { border-color: rgb(25,120,139); }

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