#19758A

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

Shades of Allports #19758A

Tints of Allports #19758A

Color information

#19758A (or 0x19758A) is unknown color: approx Allports. HEX triplet: 19, 75 and 8A. RGB value is (25,117,138). Sum of RGB (Red+Green+Blue) = 25+117+138=280 (37% of max value = 765). Red value is 25 (10.16% from 255 or 8.93% from 280); Green value is 117 (46.09% from 255 or 41.79% from 280); Blue value is 138 (54.30% from 255 or 49.29% from 280); Max value from RGB is 138 - color contains mainly: blue. Hex color #19758A is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #19758A is #E68A75. Grayscale: #5B5B5B. Windows color (decimal): -15108726 or 9073945. OLE color: 9073945.

HSL color Cylindrical-coordinate representation of color #19758A: hue angle of 191.15º degrees, saturation: 0.69, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #19758A is Cyan = 0.82, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB25117138-
CMYK0.820.1500.46
HSL191.15º69.33%31.96%-
HSV(B)191.15º81.88%54.12%-
XYZ11.3514.7626.3-
YUV91.89154.0280.29-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 8.93%
GREEN value IS 117 (46.09% from 255) = 41.79%
BLUE value IS 138 (54.30% from 255) = 49.29%
R=8.93%
G=41.79%
B=49.29%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal251171380.820.1500.46191.1569.3331.96
Hex19758A52F02Ebf4520
Octal311652121221705627710540
Binary11001111010110001010101001011110101110101111111000101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19758A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #19758A; }

 p { color: rgb(25,117,138); }

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

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

 a { background-color: rgb(25,117,138); }

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

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

 span { border-color: rgb(25,117,138); }

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