#19738C

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

Shades of Allports #19738C

Tints of Allports #19738C

Color information

#19738C (or 0x19738C) is unknown color: approx Allports. HEX triplet: 19, 73 and 8C. RGB value is (25,115,140). Sum of RGB (Red+Green+Blue) = 25+115+140=280 (37% of max value = 765). Red value is 25 (10.16% from 255 or 8.93% from 280); Green value is 115 (45.31% from 255 or 41.07% from 280); Blue value is 140 (55.08% from 255 or 50% from 280); Max value from RGB is 140 - color contains mainly: blue. Hex color #19738C is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #19738C is #E68C73. Grayscale: #5A5A5A. Windows color (decimal): -15109236 or 9204505. OLE color: 9204505.

HSL color Cylindrical-coordinate representation of color #19738C: hue angle of 193.04º 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 #19738C is Cyan = 0.82, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB25115140-
CMYK0.820.1800.45
HSL193.04º69.7%32.35%-
HSV(B)193.04º82.14%54.9%-
XYZ11.2714.3626.99-
YUV90.94155.6880.97-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 8.93%
GREEN value IS 115 (45.31% from 255) = 41.07%
BLUE value IS 140 (55.08% from 255) = 50%
R=8.93%
G=41.07%
B=50%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal251151400.820.1800.45193.0469.732.35
Hex19738C521202Dc14620
Octal311632141222205530110640
Binary110011110011100011001010010100100101101110000011000110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19738C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #19738C; }

 p { color: rgb(25,115,140); }

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

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

 a { background-color: rgb(25,115,140); }

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

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

 span { border-color: rgb(25,115,140); }

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